Skip to content

Commit 6cbf29a

Browse files
committed
update build.gradle
1 parent 3865819 commit 6cbf29a

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

build.gradle.kts

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
plugins {
2-
java
3-
id("zenithproxy-dev") version "1.0.0-SNAPSHOT"
2+
id("zenithproxy.plugin.dev") version "1.0.0-SNAPSHOT"
43
}
54

65
group = properties["maven_group"] as String
@@ -10,4 +9,12 @@ java { toolchain { languageVersion = JavaLanguageVersion.of(23) } }
109

1110
zenithProxy {
1211
mc = properties["mc"] as String
12+
templateProperties = mapOf(
13+
"version" to project.version
14+
)
15+
}
16+
17+
repositories {
18+
mavenLocal()
19+
maven("https://maven.2b2t.vc/releases")
1320
}

0 commit comments

Comments
 (0)