aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
author zaaarf <zaaarf@proton.me>2023-08-24 01:07:25 +0200
committer zaaarf <zaaarf@proton.me>2023-08-24 01:07:25 +0200
commit6ad2287f40888fc81feca1322bbf941e076f4c19 (patch)
treec3e8fc6060aba9abefc1c086a295ea636bf70431 /build.gradle
parent2f798cb8a7d2f3e8ad199ef22306653c9445ca63 (diff)
feat: implemented processor
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 4fbb165..f7ca645 100644
--- a/build.gradle
+++ b/build.gradle
@@ -18,8 +18,8 @@ repositories {
}
dependencies {
+ implementation 'ftbsc:geb:0.1.4'
implementation 'com.squareup:javapoet:1.13.0'
- implementation 'ftbsc:geb:0.1.0'
}
jar {