Skip to content

Commit

Permalink
Added ide and script
Browse files Browse the repository at this point in the history
  • Loading branch information
mondain committed Feb 2, 2023
1 parent 5b2ec35 commit 76cbf96
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"java.configuration.updateBuildConfiguration": "automatic"
}
7 changes: 7 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash

MVN_OPTS="-Dmaven.test.skip=true"
export MVN_OPTS

mvn $MVN_OPTS clean install

10 changes: 10 additions & 0 deletions ice4j.code-workspace
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"folders": [
{
"path": "."
}
],
"settings": {
"java.configuration.updateBuildConfiguration": "automatic"
}
}

0 comments on commit 76cbf96

Please sign in to comment.