mirror of
https://github.com/zaaarf/geb-processor.git
synced 2024-11-13 01:59:20 +01:00
chore: added api dependency
This commit is contained in:
parent
5020013b23
commit
3c4ee82ac5
1 changed files with 2 additions and 0 deletions
|
@ -14,10 +14,12 @@ java {
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
|
maven { url 'https://maven.fantabos.co' }
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation 'com.squareup:javapoet:1.13.0'
|
implementation 'com.squareup:javapoet:1.13.0'
|
||||||
|
implementation 'ftbsc:geb:0.1.0'
|
||||||
}
|
}
|
||||||
|
|
||||||
jar {
|
jar {
|
||||||
|
|
Loading…
Reference in a new issue