mirror of
https://github.com/DiscordSRV/Ascension.git
synced 2024-11-01 08:39:31 +01:00
11 lines
180 B
Groovy
11 lines
180 B
Groovy
java {
|
|
disableAutoTargetJvm() // Requires Java 17, we target 8
|
|
}
|
|
|
|
dependencies {
|
|
// Platform
|
|
compileOnly(libs.folia)
|
|
|
|
// Common
|
|
compileOnly project(':common')
|
|
} |