Get './gradlew eclipse' working again
This commit is contained in:
parent
4e61fa6b22
commit
7218e56e5b
6 changed files with 12 additions and 0 deletions
|
|
@ -12,6 +12,8 @@ eclipse {
|
|||
}
|
||||
}
|
||||
|
||||
sourceCompatibility = targetCompatibility = compileJava.sourceCompatibility = compileJava.targetCompatibility = JavaLanguageVersion.of(17) // Need this here so eclipse task generates correctly.
|
||||
|
||||
configurations {
|
||||
shadow
|
||||
implementation.extendsFrom(shadow)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue