update build script (add buildSrc)

This commit is contained in:
Badbird5907
2023-01-05 19:41:00 -05:00
parent 5fe026394c
commit 63b85d3a01
6 changed files with 22 additions and 5 deletions

View File

@@ -1,10 +1,8 @@
plugins {
id("java")
id("net.nuggetmc.java-conventions")
}
group = "net.nuggetmc"
version = "3.3.1-BETA"
val jarName = "TerminatorPlus-" + version;
repositories {