douglascraigschmidt / LiveLessons

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.
596 stars 665 forks source link

Migrate Eclipse project to Gradle #27

Closed hogimn closed 1 year ago

hogimn commented 1 year ago

Hi,

  1. 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/)

  2. Upgraded Gradle version to 7.6 in java8/ex24.

It is a little bit huge pull request. Sorry :(

douglascraigschmidt commented 1 year ago

Thanks very much, Hoki - all these fixes are much appreciated!

Doug