Revision 18ce7d29
Added by Leszek Koltunski 9 months ago
| build.gradle | ||
|---|---|---|
| 18 | 18 |
} |
| 19 | 19 |
} |
| 20 | 20 |
namespace 'org.distorted.examples' |
| 21 |
compileOptions {
|
|
| 22 |
sourceCompatibility JavaVersion.VERSION_11 |
|
| 23 |
targetCompatibility JavaVersion.VERSION_11 |
|
| 24 |
} |
|
| 21 | 25 |
} |
| 22 | 26 |
|
| 23 | 27 |
dependencies {
|
Also available in: Unified diff
Reconfigure for Java 11
Beginnings of real support for moving objects around in ListObjects