mirror of
https://github.com/plexusorg/ItemizerX.git
synced 2024-11-14 17:03:32 +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:
parent
dc1b460c6a
commit
6cf02b27b6
@ -8,6 +8,7 @@ version = "2.0"
|
||||
|
||||
subprojects {
|
||||
apply(plugin = "com.github.johnrengelman.shadow")
|
||||
java.sourceCompatibility = JavaVersion.VERSION_17
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
|
Loading…
Reference in New Issue
Block a user