Revision bdadfa3d
Added by Leszek Koltunski 8 months ago
| build.gradle | ||
|---|---|---|
| 23 | 23 |
} |
| 24 | 24 |
} |
| 25 | 25 |
compileOptions {
|
| 26 |
sourceCompatibility JavaVersion.VERSION_1_8
|
|
| 27 |
targetCompatibility JavaVersion.VERSION_1_8
|
|
| 26 |
sourceCompatibility JavaVersion.VERSION_11
|
|
| 27 |
targetCompatibility JavaVersion.VERSION_11
|
|
| 28 | 28 |
} |
| 29 | 29 |
} |
| 30 | 30 |
|
Also available in: Unified diff
Reconfigure for Java 11
Beginnings of real support for moving objects around in ListObjects