You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bumps Gradle version to 8.0.1, adopts the build scripts. No functional change.
Use thread-safe `AtomicReference` instead of an object array in `QuarkusDevGradleTestBase`
Stop (and forcefully stop) processes launched by `QuarkusGradleWrapperTestBase` after all tests and on shutdown (for paranoia)
Add missing `UP_TO_DATE` a "success" outcome in `BuildResult`
Add convenience function `BuildResult.unsuccessfulTasks()`
Refactor the `BuildConfigurationTest`, it suffers from false-test-failures due to #30852 - also refactored the test to be (hopefully) more readable, but definitely quicker and "nicer" when test failures happen
Fix for removed `AbstractArchiveTask.classifier`, replace usages of the previously deprecated (and in Gradle 8 removed) `AbstractArchiveTask.classifier` with `archiveClassifier`
Make the relevant Quarkus configurations not consumable, configurations that are consumable AND resolvable are a hard error since Gradle 8. Also let QuarkusPlugin _register_ (and not eagerly configure) the Quarkus configurations.
Split `implementation-files` integration test project into a variant using `files()` and another using `project()` dependency
Copy file name to clipboardExpand all lines: devtools/gradle/gradle-model/src/main/java/io/quarkus/gradle/dependency/ApplicationDeploymentClasspathBuilder.java
+42-30
Original file line number
Diff line number
Diff line change
@@ -66,38 +66,50 @@ public static void initConfigurations(Project project) {
Copy file name to clipboardExpand all lines: independent-projects/bootstrap/pom.xml
+1-1
Original file line number
Diff line number
Diff line change
@@ -71,7 +71,7 @@
71
71
<graal-sdk.version>22.3.0</graal-sdk.version>
72
72
<plexus-classworlds.version>2.6.0</plexus-classworlds.version> <!-- not actually used but ClassRealm class is referenced from the API used in BootstrapWagonConfigurator -->
Copy file name to clipboardExpand all lines: independent-projects/tools/base-codestarts/src/main/resources/codestarts/quarkus/tooling/gradle-wrapper/codestart.yml
0 commit comments