-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: Update to Gradle Wrapper 8.10.2 / Develocity Plugin 3.18.1 / P…
…lugin Dependencies / Dependencies (#100426) * build: Update to Gradle Wrapper 8.10.2 * build: Migrate to Develocity Plugin 3.18.1 * build: Update plugin dependencies * build: Update om.intershop.gradle.test:test-gradle-plugin dependency * build: Update dependencies - com.sun.xml.bind:jaxb-xjc - com.sun.xml.bind:jaxb-jxc - com.sun.xml.bind:jaxb-impl - com.sun.xml.bind:jaxb-core - org.glassfish.jaxb:jaxb-runtime - jakarta.xml.bind:jakarta.xml.bind-api - jakarta.activation:jakarta.activation-api * build: Migrate to explicit non-deprecated Gradle test suite configuration * build: Migrate to non-deprecated Gradle configuration * refactor: Remove some unused code * fix: Migrate deprecated code to non-deprecated * test: Update dependencies in integration tests - jakarta.xml.bind:jakarta.xml.bind-api - org.glassfish.jaxb:jaxb-runtime * test: Configure Java compile task for integration tests to show details about unchecked/deprecated code * test: Migrate deprecated Gradle configuration in integration tests
- Loading branch information
Showing
14 changed files
with
223 additions
and
126 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,12 @@ | ||
plugins { | ||
id("com.gradle.develocity") version "3.18.1" | ||
} | ||
|
||
develocity { | ||
buildScan { | ||
termsOfUseUrl = "https://gradle.com/help/legal-terms-of-use" | ||
termsOfUseAgree = "yes" | ||
} | ||
} | ||
|
||
rootProject.name = "jaxb-gradle-plugin" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.