We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3865819 commit 6cbf29aCopy full SHA for 6cbf29a
1 file changed
build.gradle.kts
@@ -1,6 +1,5 @@
1
plugins {
2
- java
3
- id("zenithproxy-dev") version "1.0.0-SNAPSHOT"
+ id("zenithproxy.plugin.dev") version "1.0.0-SNAPSHOT"
4
}
5
6
group = properties["maven_group"] as String
@@ -10,4 +9,12 @@ java { toolchain { languageVersion = JavaLanguageVersion.of(23) } }
10
9
11
zenithProxy {
12
mc = properties["mc"] as String
+ templateProperties = mapOf(
13
+ "version" to project.version
14
+ )
15
+}
16
+
17
+repositories {
18
+ mavenLocal()
19
+ maven("https://maven.2b2t.vc/releases")
20
0 commit comments