File tree Expand file tree Collapse file tree 4 files changed +7
-8
lines changed Expand file tree Collapse file tree 4 files changed +7
-8
lines changed 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 @@ -103,9 +103,9 @@ publishing {
103103 publications {
104104 maven(MavenPublication ) {
105105 customizePom(pom)
106- groupId project. property(' mavenGroupId' )
107- artifactId project. property(' mavenArtifactId' )
108- version getVersionName()
106+ groupId = project. property(' mavenGroupId' )
107+ artifactId = project. property(' mavenArtifactId' )
108+ version = getVersionName()
109109 from components. java
110110 pom. withXml {
111111 def pomFile = file(" ${ project.buildDir} /generated-pom.xml" )
Original file line number Diff line number Diff line change 11dependencies {
22 // Use JUnit test framework
3- testImplementation ' org.junit.jupiter:junit-jupiter-api:5.11.4'
4- testImplementation ' org.junit.jupiter:junit-jupiter-params:5.11.4'
5- testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.11.4'
3+ testImplementation ' org.junit.jupiter:junit-jupiter:5.12.0'
4+ testRuntimeOnly ' org.junit.platform:junit-platform-launcher'
65 testImplementation ' org.mockito:mockito-core:5.15.2'
76 testImplementation ' io.opentelemetry:opentelemetry-api:1.47.0'
87 testImplementation ' io.opentelemetry:opentelemetry-context:1.47.0'
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
You can’t perform that action at this time.
0 commit comments