File tree Expand file tree Collapse file tree 7 files changed +4
-11
lines changed
Expand file tree Collapse file tree 7 files changed +4
-11
lines changed Original file line number Diff line number Diff line change @@ -139,11 +139,6 @@ jobs:
139139 time_unit : seconds
140140 junit_files : " ${{ env.PBJ_INTEGRATION_TESTS }}/**/build/test-results/**/*.xml"
141141
142- - name : Gradle JMH Jars (PBJ Integration)
143- if : ${{ inputs.enable-jmh-tests && steps.gradle-integration-build.conclusion == 'success' && !cancelled() && always() }}
144- working-directory : ${{ env.PBJ_INTEGRATION_TESTS }}
145- run : ./gradlew jmhJar
146-
147142 - name : Gradle JMH Benchmarks (PBJ Integration)
148143 if : ${{ inputs.enable-jmh-tests && steps.gradle-integration-build.conclusion == 'success' && !cancelled() && always() }}
149144 working-directory : ${{ env.PBJ_INTEGRATION_TESTS }}
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.12-bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.12.1 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change @@ -27,7 +27,6 @@ testModuleInfo {
2727 requires(" org.assertj.core" )
2828 requires(" org.junit.jupiter.api" )
2929 requires(" org.junit.jupiter.params" )
30- requiresStatic(" com.github.spotbugs.annotations" )
3130 requiresStatic(" java.annotation" )
3231 runtimeOnly(" io.grpc.netty" )
3332 runtimeOnly(" io.helidon.webserver.observe.metrics" )
Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ testModuleInfo {
1717 requires(" org.junit.jupiter.params" )
1818 requires(" org.mockito" )
1919 requires(" org.mockito.junit.jupiter" )
20- requiresStatic(" com.github.spotbugs.annotations" )
2120}
2221
2322// Define package name for code generated by ANTLR
Original file line number Diff line number Diff line change 11// SPDX-License-Identifier: Apache-2.0
2- plugins { id(" org.hiero.gradle.build" ) version " 0.3.1 " }
2+ plugins { id(" org.hiero.gradle.build" ) version " 0.3.2 " }
33
44javaModules {
55 directory(" ." ) {
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.12-bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.12.1 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ pluginManagement {
33 includeBuild(" ../pbj-core" ) // use locally built 'pbj-core' (Gradle plugin)
44}
55
6- plugins { id(" org.hiero.gradle.build" ) version " 0.3.1 " }
6+ plugins { id(" org.hiero.gradle.build" ) version " 0.3.2 " }
77
88// Downgrade 'dependency-analysis-gradle-plugin' due to regression in 2.7.0
99// https://github.com/autonomousapps/dependency-analysis-gradle-plugin/issues/1364
You can’t perform that action at this time.
0 commit comments