Skip to content

Commit 7960d5c

Browse files
committed
devops
1 parent 6965f38 commit 7960d5c

File tree

6 files changed

+6
-12
lines changed

6 files changed

+6
-12
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ jobs:
2121
with:
2222
java-version: 1.8
2323
- name: Build with Maven
24-
run: mvn -B package --file pom.xml
24+
run: ./mvnw -B package --file pom.xml
File renamed without changes.
File renamed without changes.

manifest.yml

Lines changed: 0 additions & 10 deletions
This file was deleted.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747

4848

4949
<properties>
50-
<java.version>11</java.version>
50+
<java.version>1.8</java.version>
5151
<version.maven>3.6.3</version.maven>
5252
<spring-boot-admin.version>2.2.1</spring-boot-admin.version>
5353
<maven.scm.version>1.11.2</maven.scm.version>

run.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ function runDev() {
1818
./mvnw clean install
1919
}
2020

21+
function runGithubTestBuild() {
22+
23+
}
24+
2125
function main() {
2226
runDev
2327
#setupHeroku

0 commit comments

Comments
 (0)