Tag: Gradle

0

About java compatibility in Gradle

targetCompatibility and sourceCompatibility maps to -target release and -source release in javac. Source is basically the source language level and target is the level of the bytecode that is generate

0

let's customize jar archive file name

gradlew p option can serve the user arguments into the build.gradle. 1./gradlew clean -Pgroup=com.github.kidongYun -Pversion=master-6cae222513-1 -xtest assemble publishToMavenLoca findProperty(String)