1
0
mirror of https://github.com/plexusorg/ItemizerX.git synced 2025-04-11 19:03:17 +00:00

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

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