Skip to content

Commit

Permalink
[eclipse-ee4j#112]build.sh to make a local build of GitHub actions
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Pinsky <[email protected]>
  • Loading branch information
api-from-the-ion committed Nov 14, 2023
1 parent b8b874b commit 1b1933e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions etc/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/bin/bash -x

#setup compile Java
bash -ic "sdk use java 11.0.21-tem"

#install
mvn -B -V -U -C -Poss-release,staging clean verify org.glassfish.copyright:glassfish-copyright-maven-plugin:check -Dgpg.skip=true -Dcopyright.ignoreyear=true

#restore java
bash -ic "sdk use java 17.0.9-tem"

0 comments on commit 1b1933e

Please sign in to comment.