Updated for hytale-tools
This commit is contained in:
@@ -1,28 +1,16 @@
|
||||
rootProject.name = "dev.hytalemodding"
|
||||
|
||||
plugins {
|
||||
// See documentation on https://scaffoldit.dev
|
||||
id("dev.scaffoldit") version "0.2.+"
|
||||
pluginManagement {
|
||||
repositories {
|
||||
gradlePluginPortal()
|
||||
mavenCentral()
|
||||
maven {
|
||||
name = "AzureDoom Maven"
|
||||
url = uri("https://maven.azuredoom.com/mods")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Would you like to do a split project?
|
||||
// Create a folder named "common", then configure details with `common { }`
|
||||
plugins {
|
||||
id("org.gradle.toolchains.foojay-resolver-convention") version "1.0.0"
|
||||
}
|
||||
|
||||
hytale {
|
||||
usePatchline("release")
|
||||
useVersion("latest")
|
||||
|
||||
repositories {
|
||||
// Any external repositories besides: MavenLocal, MavenCentral, HytaleMaven, and CurseMaven
|
||||
}
|
||||
|
||||
dependencies {
|
||||
// Any external dependency you also want to include
|
||||
}
|
||||
|
||||
manifest {
|
||||
Group = "HytaleModding"
|
||||
Name = "ExamplePlugin"
|
||||
Main = "dev.hytalemodding.ExamplePlugin"
|
||||
}
|
||||
}
|
||||
rootProject.name = "Replace Me"
|
||||
|
||||
Reference in New Issue
Block a user