Talent-Catalog / talentcatalog

https://tctalent.org
GNU Affero General Public License v3.0
9 stars 4 forks source link

Update UI build files #1109

Open ajt001 opened 5 days ago

ajt001 commented 5 days ago

As a developer I want to update the Java plugin usage of the Gradle build file in the UI projects So that I do not get constant errors running the build and avoid future issues when gradle goes to v9.

sourceCompatibility = 1.8 needs to be java { sourceCompatibility = JavaVersion.VERSION_17 }