Skip to content

Commit

Permalink
add quarkus-project 3.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hboutemy committed Sep 23, 2024
1 parent 01dfe0c commit fbb2e6b
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions content/io/quarkus/quarkus-3.15.0.buildspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
groupId=io.quarkus
artifactId=quarkus-project
display=${groupId}:${artifactId}
version=3.15.0

gitRepo=https://github.com/quarkusio/quarkus.git
gitTag=${version}

tool=mvn-3.9.8
jdk=17
newline=lf
#umask=022

javaVersion="17.0.12"
javaVendor="Eclipse Adoptium"
command="mvn -Djava.version='$javaVersion' -Djava.vendor='$javaVendor' -Prelease clean package -DskipTests -Dmaven.javadoc.skip -Dgpg.skip -Dformat.skip -Ddevelocity.cache.local.enabled=false -Ddevelocity.cache.remote.storeEnabled=false -Dbuildinfo.ignore='*/quarkus-documentation-*.zip,*/quarkus-documentation-*.tar.gz'"
buildinfo=target/${artifactId}-${version}.buildinfo

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

0 comments on commit fbb2e6b

Please sign in to comment.