Skip to content

Commit f3eae26

Browse files
committed
developing
1 parent 986b60e commit f3eae26

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

.idea/compiler.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

run.sh

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,15 @@ function release() {
6565
./mvnw -B -DskipTests release:prepare && ./mvnw -B -DskipTests release:perform && ./mvnw -B -DskipTests release:clean
6666
}
6767

68+
function firstSetup() {
69+
./mvnw clean install site -DskipTests=true
70+
}
71+
6872
function main() {
69-
#release
70-
build
71-
run
73+
##release
74+
#build
75+
#run
76+
firstSetup
7277
}
7378

7479
main

0 commit comments

Comments
 (0)