Converted project to Gradle.
This commit is contained in:
parent
b317749ed0
commit
134eb44f74
23 changed files with 482 additions and 35 deletions
10
build.gradle.kts
Normal file
10
build.gradle.kts
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
group = "io.github.adrianvic"
|
||||
version = "1.2"
|
||||
|
||||
plugins {
|
||||
`java-library`
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compileOnly(files("libs/craftbukkit-1060.jar"))
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue