Skip to content

Commit 3737da6

Browse files
committed
fix: new sbt
1 parent becc662 commit 3737da6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

apprunner.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ build:
44
commands:
55
build:
66
- ./sbt stage
7-
- yum -y install unzip
8-
- ./sbt dist
9-
- unzip -o target/universal/dr-cla-0.1.0-SNAPSHOT.zip -d output
7+
# - yum -y install unzip
8+
# - ./sbt dist
9+
# - unzip -o target/universal/dr-cla-0.1.0-SNAPSHOT.zip -d output
1010
run:
11-
command: cd output/dr-cla-0.1.0-SNAPSHOT && ./bin/dr-cla -Dhttp.port=8000
11+
command: ./sbt run -Dhttp.port=8000
1212
network:
1313
port: 8000
1414
env:

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.2.6
1+
sbt.version=1.7.2

0 commit comments

Comments
 (0)