Skip to content

Commit

Permalink
hmm
Browse files Browse the repository at this point in the history
  • Loading branch information
tisoft committed Oct 18, 2023
1 parent 3b645c2 commit 95f6610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ jobs:
run: |
export JAVA_HOME=$(asdf where java)
export MAVEN_OPTS="-Dhttps.protocols=TLSv1.2 -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=WARN -Dorg.slf4j.simpleLogger.showDateTime=true -Dorg.slf4j.simpleLogger.dateTimeFormat=yyyy-MM-dd'T'HH:mm:ss:SSSZ -Djava.awt.headless=true"
./mvnw -s .mvn/settings.xml clean install -DskipTests -Dlicense.skipAddThirdParty=true -D${{ matrix.product }}=true -P-nonofficial
./mvnw -s .mvn/settings.xml clean install -DskipTests -Dlicense.skipAddThirdParty=true -D${{ matrix.product }}=true -Drelease.suffix= -Drevision.filename=

0 comments on commit 95f6610

Please sign in to comment.