Skip to content

Geo-Linux-Calculations/jGridShift

 
 

Repository files navigation

#jGridShift

Building from source

Run

./gradlew build

to produce build/distributions/jgridshift-x.y.zip, build/libs/jgridshift-api-x.y.jar and build/libs/jgridshift-gui-x.y.jar.

If you want to open the project in Eclipse, first run

./gradlew cleanEclipse eclipse

Then you can import it as if it was a normal Eclipse project.

If you want javadoc, run:

./gradlew javadoc