Skip to content

Commit

Permalink
add guava 33.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hboutemy committed Dec 20, 2024
1 parent 48b395c commit 9597b96
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
19 changes: 19 additions & 0 deletions content/com/google/guava/guava-33.2.1-android.buildspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
groupId=com.google.guava
artifactId=guava
version=33.2.1-android

display=${groupId}:${artifactId}

gitRepo=https://github.com/google/${artifactId}.git
gitTag=v$(echo "${version}" | cut -d '-' -f 1)

tool=mvn-3.9.6
jdk=11
newline=lf
umask=027

command="mvn -f android/ clean verify -Psonatype-oss-release -DskipTests -Dmaven.javadoc.skip -Dgpg.skip"
buildinfo=android/target/${artifactId}-parent-${version}.buildinfo

#diffoscope=${artifactId}-parent-${version}.diffoscope
issue=
19 changes: 19 additions & 0 deletions content/com/google/guava/guava-33.2.1-jre.buildspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
groupId=com.google.guava
artifactId=guava
version=33.2.1-jre

display=${groupId}:${artifactId}

gitRepo=https://github.com/google/${artifactId}.git
gitTag=v$(echo "${version}" | cut -d '-' -f 1)

tool=mvn-3.9.6
jdk=11
newline=lf
umask=027

command="mvn clean verify -Psonatype-oss-release -DskipTests -Dmaven.javadoc.skip -Dgpg.skip"
buildinfo=target/${artifactId}-parent-${version}.buildinfo

#diffoscope=${artifactId}-parent-${version}.diffoscope
issue=

0 comments on commit 9597b96

Please sign in to comment.