aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author zaaarf <zaaarf@proton.me>2023-08-24 01:58:57 +0200
committer zaaarf <zaaarf@proton.me>2023-08-24 01:58:57 +0200
commit6ff5143b03bf98c5d99c34d3eef38da0c6179817 (patch)
tree5fd1006dd16363414be127b7d17171b80f599493
parent4289726e1f191f0a11fa87ad4e6d208a2599b92a (diff)
chore: updated api
-rw-r--r--build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index f7ca645..ed4475a 100644
--- a/build.gradle
+++ b/build.gradle
@@ -18,11 +18,11 @@ repositories {
}
dependencies {
- implementation 'ftbsc:geb:0.1.4'
+ implementation 'ftbsc:geb:0.2.0'
implementation 'com.squareup:javapoet:1.13.0'
}
jar {
from sourceSets.main.output
archiveFileName = "${jar.archiveBaseName.get()}-${project.version.split('-')[0]}.${jar.archiveExtension.get()}"
-} \ No newline at end of file
+}