File tree Expand file tree Collapse file tree
application/src/main/java
service-compute-async/src/main/java Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 requires itx .examples .java .eleven .tasks ;
44 requires itx .examples .java .eleven .computeasync ;
55 requires org .slf4j ;
6+ uses itx .examples .java .eleven .compute .api .ComputeService ;
7+ uses itx .examples .java .eleven .computeasync .api .ComputeAsyncService ;
8+ uses itx .examples .java .eleven .tasks .api .TasksService ;
69}
Original file line number Diff line number Diff line change 11subprojects {
22 apply plugin : " java"
33
4- /*
5- target compatibility should be 11, but due to several issues with gradle / asm
6- is for now target compatibility set to 10
7- https://github.com/gradle/gradle/issues/5120
8- https://github.com/gradle/gradle/issues/5731
9- */
10- targetCompatibility = ' 10'
11- sourceCompatibility = ' 10'
4+ targetCompatibility = ' 11'
5+ sourceCompatibility = ' 11'
126
137 repositories {
148 mavenCentral()
Original file line number Diff line number Diff line change 33GRADLE_CACHE=~ /.gradle/caches/modules-2/files-2.1
44RUNTIME_IMAGE_PATH=application/build/app-runtime-distro
55
6- MODULE_PATH=$JAVA_HOME /jmods:application/build/libs:service-compute/build/libs:service-tasks/build/libs:\
6+ MODULE_PATH=$JAVA_HOME /jmods:application/build/libs:service-compute/build/libs:service-compute-async/build/libs:service- tasks/build/libs:\
77$GRADLE_CACHE /org.slf4j/slf4j-api/1.8.0-beta2/ba136e771a794f77ab41fa879706e5cbd5b20f39:\
88$GRADLE_CACHE /org.slf4j/slf4j-simple/1.8.0-beta2/17687308d20646a7ee9f9f8b9f0d376959248639
99
Original file line number Diff line number Diff line change 44 requires itx .examples .java .eleven .compute ;
55 requires itx .examples .java .eleven .tasks ;
66 requires org .slf4j ;
7+ uses itx .examples .java .eleven .compute .api .ComputeService ;
8+ uses itx .examples .java .eleven .tasks .api .TasksService ;
79}
You can’t perform that action at this time.
0 commit comments