build: add gitea release workflow
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@ plugins {
|
||||
}
|
||||
|
||||
group = "com.prometheus"
|
||||
version = "0.1.0"
|
||||
version = project.findProperty("version")?.toString() ?: "0.1.0"
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
|
||||
Reference in New Issue
Block a user