mirror of
https://github.com/zaaarf/geb-processor.git
synced 2024-11-22 21:34:53 +01:00
chore: updated api
This commit is contained in:
parent
4289726e1f
commit
6ff5143b03
1 changed files with 2 additions and 2 deletions
|
@ -18,11 +18,11 @@ repositories {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation 'ftbsc:geb:0.1.4'
|
implementation 'ftbsc:geb:0.2.0'
|
||||||
implementation 'com.squareup:javapoet:1.13.0'
|
implementation 'com.squareup:javapoet:1.13.0'
|
||||||
}
|
}
|
||||||
|
|
||||||
jar {
|
jar {
|
||||||
from sourceSets.main.output
|
from sourceSets.main.output
|
||||||
archiveFileName = "${jar.archiveBaseName.get()}-${project.version.split('-')[0]}.${jar.archiveExtension.get()}"
|
archiveFileName = "${jar.archiveBaseName.get()}-${project.version.split('-')[0]}.${jar.archiveExtension.get()}"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue