This repository contains all the source code examples from my LiveLessons course on "Java Concurrent Programming" and my various LiveTraining courses, as described at http://www.dre.vanderbilt.edu/~schmidt/DigitalLearning.
I migrated several Eclipse-only project to Gradle (BarrierTaskGang, Java8)
I made sure that the property rootProject.name in settings.gradle is the same as the directory name.
The Gradle version is latest release 7.6 (https://gradle.org/releases/)
Hi,
I migrated several Eclipse-only project to Gradle (BarrierTaskGang, Java8) I made sure that the property rootProject.name in settings.gradle is the same as the directory name. The Gradle version is latest release 7.6 (https://gradle.org/releases/)
Upgraded Gradle version to 7.6 in java8/ex24.
It is a little bit huge pull request. Sorry :(