I didn't add the build scripts
This commit is contained in:
22
TerminatorPlus-API/build.gradle.kts
Normal file
22
TerminatorPlus-API/build.gradle.kts
Normal file
@@ -0,0 +1,22 @@
|
||||
plugins {
|
||||
id("java")
|
||||
}
|
||||
|
||||
group = "net.nuggetmc"
|
||||
version = "3.1-BETA"
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
maven {
|
||||
url = uri("https://repo.papermc.io/repository/maven-public/")
|
||||
}
|
||||
maven {
|
||||
name = "minecraft-repo"
|
||||
url = uri("https://libraries.minecraft.net/")
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compileOnly("io.papermc.paper:paper-api:1.18.1-R0.1-SNAPSHOT")
|
||||
compileOnly("com.mojang:authlib:3.2.38")
|
||||
}
|
||||
Reference in New Issue
Block a user