mirror of
https://github.com/PurpurMC/Purpur.git
synced 2026-02-18 00:47:42 +01:00
Build using Toothpick scripts (#122)
Co-authored-by: BillyGalbreath <blake.galbreath@gmail.com>
This commit is contained in:
11
subprojects/api.gradle.kts
Normal file
11
subprojects/api.gradle.kts
Normal file
@@ -0,0 +1,11 @@
|
||||
repositories {
|
||||
loadRepositories(project)
|
||||
}
|
||||
|
||||
dependencies {
|
||||
loadDependencies(project)
|
||||
}
|
||||
|
||||
java {
|
||||
withJavadocJar()
|
||||
}
|
||||
8
subprojects/server.gradle.kts
Normal file
8
subprojects/server.gradle.kts
Normal file
@@ -0,0 +1,8 @@
|
||||
repositories {
|
||||
loadRepositories(project)
|
||||
}
|
||||
|
||||
dependencies {
|
||||
loadDependencies(project)
|
||||
implementation("cat.inspiracio", "rhino-js-engine", "1.7.7.1")
|
||||
}
|
||||
Reference in New Issue
Block a user