Specify Java version

This will fix IntelliJ prompting you to define the module's SDK on initial import
This commit is contained in:
Allink 2023-06-16 00:19:25 +01:00
parent dc1b460c6a
commit 6cf02b27b6
No known key found for this signature in database

View File

@ -8,6 +8,7 @@ version = "2.0"
subprojects {
apply(plugin = "com.github.johnrengelman.shadow")
java.sourceCompatibility = JavaVersion.VERSION_17
repositories {
mavenCentral()