mirror of
https://github.com/plexusorg/ItemizerX.git
synced 2026-06-04 03:36:54 +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