Add deploy gitea task, add some gradle task

This commit is contained in:
2024-02-16 21:34:21 +01:00
parent 138cb1a2d0
commit d826d17c73
13 changed files with 237 additions and 32 deletions

11
buildSrc/build.gradle Normal file
View File

@@ -0,0 +1,11 @@
plugins {
id 'java'
}
dependencies {
implementation "com.squareup.okhttp3:okhttp:${project.okhttp_version}"
}
repositories {
mavenCentral()
}