Skip to content

Commit

Permalink
chore: update gradle and build dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wangela committed Apr 4, 2024
1 parent 71444e9 commit a82e286
Show file tree
Hide file tree
Showing 6 changed files with 232 additions and 156 deletions.
14 changes: 4 additions & 10 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ buildscript {
plugins {
id 'com.github.ben-manes.versions' version '0.51.0'
id 'com.github.sherter.google-java-format' version '0.8'
id "de.marcphilipp.nexus-publish" version "0.4.0"
id 'io.codearte.nexus-staging' version '0.30.0'
id "io.github.gradle-nexus.publish-plugin" version "1.3.0"
}

apply plugin: 'java'
Expand Down Expand Up @@ -104,8 +103,8 @@ jacoco {

jacocoTestReport {
reports {
xml.enabled = true // coveralls plugin depends on xml format report
html.enabled = true
xml.required = true // coveralls plugin depends on xml format report
html.required = true
}
}

Expand Down Expand Up @@ -184,6 +183,7 @@ publishing {
}

nexusPublishing {
packageGroup = "com.google.maps"
repositories {
sonatype {
username = sonatypeUsername
Expand All @@ -193,12 +193,6 @@ nexusPublishing {
}
}

nexusStaging {
username = sonatypeUsername
password = sonatypePassword
packageGroup = "com.google.maps"
}

signing {
sign publishing.publications.MapsJavaUtils
}
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Mon Sep 21 20:20:36 EST 2015
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-all.zip
Loading

0 comments on commit a82e286

Please sign in to comment.