Skip to content

Commit

Permalink
jdk 23
Browse files Browse the repository at this point in the history
  • Loading branch information
ralfw committed Oct 3, 2024
1 parent ceeb25f commit 0c1f2bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 1 addition & 3 deletions admin/buildjailer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,4 @@ pwd

cd git/Jailer/admin
dos2unix *.sh
sh jbuild.sh $1 > buildprotokoll.txt

read -n 1 -s
bash jbuild.sh $1 > buildprotokoll.txt
2 changes: 2 additions & 0 deletions admin/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ sed "s/stateOffset = 100/stateOffset = 0/g" src/main/gui/net/sf/jailer/ui/Enviro
ant all &> ~/anterrtext
sed "s/stateOffset = 0/stateOffset = 100/g" src/main/gui/net/sf/jailer/ui/Environment.java --in-place

read -n 1 -s

rm maven-artifacts/dummy
mv jailer-engine* maven-artifacts

Expand Down

0 comments on commit 0c1f2bc

Please sign in to comment.