oslc-op / oslc-specs

OSLC OP specifications and notes
https://open-services.net/specifications/
25 stars 10 forks source link

Update to Gradle 6.5 #351

Open berezovskyi opened 4 years ago

berezovskyi commented 4 years ago

Needed for compatibility with newer JDK and Eclipse

berezovskyi commented 4 years ago

Also, note that Gradle 6.5 complains about the fatJar task in build.gradle.jts in the ShapeChecker build - the baseName variable is deprecated and will not be available in Gradle 7, but its replacement appears to be read-only, so the task as written won’t work. The Internet had conflicting and incomplete stories on fixing this - so I’ve not yet included any such fixes in the PR.

From @ndjc