Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CoTA
examples
cota-runner-jdk21-junit5
Commits
ca3e2ba8
Commit
ca3e2ba8
authored
5 months ago
by
Munoz Gil
Browse files
Options
Download
Email Patches
Plain Diff
Direct update from jdk17 to jdk21
parent
74aa07e6
master
amb-dev-flex-mount-1
amg-dev-volumes
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Dockerfile
+2
-2
Dockerfile
pom.xml
+4
-4
pom.xml
with
6 additions
and
6 deletions
+6
-6
Dockerfile
+
2
-
2
View file @
ca3e2ba8
FROM
amazoncorretto:1
7.0.3
-alpine
as
corretto-jdk
FROM
amazoncorretto:
2
1-alpine
as
corretto-jdk
ENV
BASEDIR /data
ENV
TESTDIR $BASEDIR/test
...
...
@@ -11,7 +11,7 @@ RUN mkdir -p $TESTDIR \
&&
mkdir
$RESULTDIR
\
&&
mkdir
-p
/
$LIBSDIR
/additional
ADD
target/dta-jdk1
7
-junit5-runner-jar-with-dependencies.jar /$BASEDIR/app.jar
ADD
target/dta-jdk
2
1-junit5-runner-jar-with-dependencies.jar /$BASEDIR/app.jar
ADD
https://repo1.maven.org/maven2/org/junit/jupiter/junit-jupiter-api/5.10.0/junit-jupiter-api-5.10.0.jar /$LIBSDIR/
ADD
https://repo1.maven.org/maven2/org/junit/jupiter/junit-jupiter-engine/5.10.0/junit-jupiter-engine-5.10.0.jar /$LIBSDIR/
ADD
https://repo1.maven.org/maven2/org/junit/platform/junit-platform-engine/1.10.0/junit-platform-engine-1.10.0.jar /$LIBSDIR/
...
...
This diff is collapsed.
Click to expand it.
pom.xml
+
4
-
4
View file @
ca3e2ba8
...
...
@@ -5,15 +5,15 @@
<modelVersion>
4.0.0
</modelVersion>
<groupId>
de.hftstuttgart
</groupId>
<artifactId>
dta-jdk1
7
-junit5-runner
</artifactId>
<artifactId>
dta-jdk
2
1-junit5-runner
</artifactId>
<version>
${env.BUILD_NUMBER}
</version>
<packaging>
jar
</packaging>
<properties>
<buildNumber>
${env.BUILD_NUMBER}
</buildNumber>
<java.version>
1
7
</java.version>
<maven.compiler.source>
1
7
</maven.compiler.source>
<maven.compiler.target>
1
7
</maven.compiler.target>
<java.version>
2
1
</java.version>
<maven.compiler.source>
2
1
</maven.compiler.source>
<maven.compiler.target>
2
1
</maven.compiler.target>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
</properties>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets