mirror of
https://github.com/zaaarf/geb-processor.git
synced 2024-11-10 04:19: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 {
|
||||
mavenCentral()
|
||||
maven { url 'https://maven.fantabos.co' }
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'com.squareup:javapoet:1.13.0'
|
||||
implementation 'ftbsc:geb:0.1.0'
|
||||
}
|
||||
|
||||
jar {
|
||||
|
|
Loading…
Reference in a new issue