mirror of
https://github.com/plexusorg/ItemizerX.git
synced 2025-07-01 15:46:42 +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:
@ -8,6 +8,7 @@ version = "2.0"
|
||||
|
||||
subprojects {
|
||||
apply(plugin = "com.github.johnrengelman.shadow")
|
||||
java.sourceCompatibility = JavaVersion.VERSION_17
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
|
Reference in New Issue
Block a user