refactor: adjust build.gradle.kts
This commit is contained in:
@@ -1,14 +1,15 @@
|
|||||||
//
|
plugins {
|
||||||
// Not needed, but you can switch using it here too!
|
java
|
||||||
//
|
}
|
||||||
//plugins {
|
|
||||||
// id("dev.scaffoldit") version "0.2.1"
|
group = "dev.hytalemodding"
|
||||||
//}
|
version = "0.0.1"
|
||||||
//
|
|
||||||
//hytale {
|
|
||||||
// manifest {
|
repositories {
|
||||||
// Group = "HytaleModding"
|
mavenCentral()
|
||||||
// Name = "ExamplePlugin"
|
}
|
||||||
// Main = "dev.hytalemodding.ExamplePlugin"
|
|
||||||
// }
|
dependencies {
|
||||||
//}
|
// Any dependency you also want to include
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user