Skip to content

Commit 70eef40

Browse files
committed
## 2.3.32
* Issue #317 switch Context is broken * Issue #318 Broken: http://localhost:8080/taskstate/task/1153/changeorderto/1051 * Issue #319 groovy-all Warning during startup * Issue #320 warning: SLF4J: Class path contains multiple SLF4J bindings.
1 parent d0cad42 commit 70eef40

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

build.sh

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,17 @@ function setupTravis() {
3131
./mvnw -e -DskipTests=true -B -V site site:deploy
3232
}
3333

34+
function buildJar() {
35+
export JAVA_OPTS=$JAVA_OPTS_RUN_DEFAULT
36+
# showSettings
37+
./mvnw dependency:purge-local-repository
38+
./mvnw -e -DskipTests=true clean dependency:tree package spring-boot:repackage
39+
}
40+
3441
function main() {
35-
firstSetup
42+
# firstSetup
3643
# setupTravis
44+
buildJar
3745
}
3846

3947
main

0 commit comments

Comments
 (0)