Skip to content

Commit

Permalink
#1861 - Add viewport offsets to external recommender
Browse files Browse the repository at this point in the history
- Configure build to run on Java 17
  • Loading branch information
reckart committed Aug 25, 2023
1 parent 872f02c commit 5b3a70b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
config = [
agentLabel: '',
maven: 'Maven 3',
jdk: 'Zulu 11',
jdk: 'Zulu 17',
extraMavenArguments: '-U -Ddkpro.core.testCachePath="${WORKSPACE}/cache/dkpro-core-datasets" -Dmaven.artifact.threads=15',
wipeWorkspaceBeforeBuild: true,
wipeWorkspaceAfterBuild: true
Expand Down

0 comments on commit 5b3a70b

Please sign in to comment.