Skip to content

Commit b0e6702

Browse files
committed
work
1 parent 9f74f35 commit b0e6702

File tree

5 files changed

+6
-3
lines changed

5 files changed

+6
-3
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.

build.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/usr/bin/env bash
22

3-
source src/main/bash/setenv.sh
3+
#source src/main/bash/setenv.sh
4+
source ~/.bash_aliases_simpleworklist
45

56
function composeUp() {
67
./mvnw docker-compose:up

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>org.springframework.boot</groupId>
1212
<artifactId>spring-boot-starter-parent</artifactId>
13-
<version>2.3.4.RELEASE</version>
13+
<version>2.3.7.RELEASE</version>
1414
<relativePath />
1515
</parent>
1616

release.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/usr/bin/env bash
22

33
#source src/main/bash/setenv.sh
4+
source ~/.bash_aliases_simpleworklist
45

56
function releaseMe(){
67
export JAVA_OPTS=$JAVA_OPTS_RUN_DEFAULT

run.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/usr/bin/env bash
22

33
#source src/main/bash/setenv.sh
4+
source ~/.bash_aliases_simpleworklist
45

56
function composeUp() {
67
./mvnw docker-compose:up

0 commit comments

Comments
 (0)