Skip to content

Commit

Permalink
Generate more sane argument names
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkArc committed Jan 2, 2020
1 parent 5a29e82 commit 3a855e1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Expand Up @@ -84,6 +84,10 @@ dependencies {
testCompile group: 'junit', name: 'junit', version: '4.12'
}

tasks.withType(JavaCompile).configureEach {
it.options.compilerArgs.add("-Aarg.name.key.prefix=")
}

task sourcesJar(type: Jar, dependsOn: classes) {
classifier = 'sources'
from sourceSets.main.allSource
Expand Down

0 comments on commit 3a855e1

Please sign in to comment.