fabric-1.18: enable IDE launch config generation
This commit is contained in:
parent
f3496a7ac5
commit
fef6577238
1 changed files with 5 additions and 0 deletions
|
|
@ -9,6 +9,11 @@ buildscript {
|
|||
}
|
||||
}
|
||||
apply plugin: 'fabric-loom'
|
||||
loom {
|
||||
runConfigs.configureEach {
|
||||
ideConfigGenerated = true
|
||||
}
|
||||
}
|
||||
|
||||
sourceCompatibility = JavaVersion.VERSION_16
|
||||
targetCompatibility = JavaVersion.VERSION_16
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue