antohaby / incomp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Incremental Java Compilation Tool

Quick start

Compile & Install: ./gradlew installDist

Usage: ./build/install/incomp/bin/incomp [javaSourceDir] [targetDir] [classPath]

Or use ./gradlew run --args"...""

Example: ./build/install/incomp/bin/incomp test-project/src/ test-project/build/ test-project/libs/mapdb-3.0.8.jar

About


Languages

Language:Kotlin 97.9%Language:Java 2.1%