Skip to content

Commit

Permalink
Update run-jason-without-gradle.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
jomifred committed Oct 22, 2024
1 parent 169bc77 commit 6d6d6de
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions doc/tech/run-jason-without-gradle.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@

if you want to run/test changes in Jason sources without publishing jars on maven/gradle repositories:

For Jason >= 3.3

use
jason app compile
to generate a single jar file with all required files to run the Jason application.


For Jason < 3.3

1. compile the changes
./gradlew :jason-cli:uberJar

Expand Down

0 comments on commit 6d6d6de

Please sign in to comment.