Skip to content

Commit 36e98b4

Browse files
authored
Merge pull request snyk-labs#287 from ericsmalling/jib
Update war plugin to be compatible with OpenJDK 16
2 parents a5cb1dd + 26e1eb2 commit 36e98b4

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
*.iml
22
.idea
3-
*/target/**
3+
*/target/**
4+
**/.DS_Store

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: "2"
22
services:
33
javagoof:
4-
build: .
4+
image: javagoof:orig
55
container_name: javagoof
66
environment:
77
- DOCKER=1

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
<plugin>
6363
<groupId>org.apache.maven.plugins</groupId>
6464
<artifactId>maven-war-plugin</artifactId>
65-
<version>2.4</version>
65+
<version>3.2.3</version>
6666
<configuration>
6767
<warName>todolist</warName>
6868
</configuration>

0 commit comments

Comments
 (0)