-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Current Behavior
Gradle is producing some message in .gradle folder about depreciation due to new version 9.0.0.
Expected Behavior
There should be no deprecated warning message by gradle.
Note
Tried to upgrade the gradle, but some dependencies might need to be solve.
Upgrading gradle wrapper:
./gradlew wrapper --gradle-version 9.0.0 --distribution-type all
shadowJar need to be updated:
(com.github.johnrengelman.shadow -> com.gradleup.shadow)
see compability matrix below:
https://github.com/GradleUp/shadow
Steps To Reproduce
./gradlew clean build
check .gradle folder.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working