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