Updated dependencies.
This commit is contained in:
parent
98fe423ee5
commit
a502150903
4 changed files with 18 additions and 17 deletions
|
@ -5,12 +5,12 @@ apply plugin: 'application'
|
|||
|
||||
defaultTasks 'run'
|
||||
|
||||
def semverProcessor = 'net.thauvin.erik:semver:1.0.1'
|
||||
def semverProcessor = 'net.thauvin.erik:semver:1.1.0-beta'
|
||||
|
||||
sourceCompatibility = 1.8
|
||||
targetCompatibility = 1.8
|
||||
|
||||
compileJava.options.annotationProcessorGeneratedSourcesDirectory = file("${projectDir}/src/generated")
|
||||
compileJava.options.annotationProcessorGeneratedSourcesDirectory = file("${projectDir}/src/generated/java")
|
||||
|
||||
mainClassName = 'com.example.Example'
|
||||
|
||||
|
@ -22,4 +22,4 @@ repositories {
|
|||
dependencies {
|
||||
annotationProcessor semverProcessor
|
||||
compileOnly semverProcessor
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue