..
2023-01-23 17:16:07 +01:00
2024-03-21 18:26:56 +01:00
2024-04-12 21:16:02 +02:00
2023-01-23 17:16:07 +01:00
2024-03-21 18:26:56 +01:00
2023-09-20 21:17:43 +02:00
2023-03-19 19:27:41 +01:00

To build these samples, you should do one of:

  • Publish TeaVM into local repository as described in main readme (preferred way).
  • Take build.gradle.kts and update TeaVM version to the most recent version, published in Maven Central. Please, refer to main readme for a badge with recent version number.

To quickly tests built war file, you can run ./gradlew :<example-name>:appRunWar or gradlew bat :<example-name>:appRunWar. Note that some examples also provide WASI and native binaries, please refer to corresponding build files.