Skip to content
This repository has been archived by the owner on Aug 3, 2024. It is now read-only.

Commit

Permalink
Support newer JDKs.
Browse files Browse the repository at this point in the history
  • Loading branch information
rkrisztian committed Oct 1, 2020
1 parent 4065520 commit fe1eb73
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions search-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ plugins {
}

dependencies {
implementation 'org.codehaus.groovy:groovy-all:2.5.7'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.4.2'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.4.2'
implementation 'org.codehaus.groovy:groovy-all:3.0.3'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.7.0'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.7.0'
}

tasks.register('fatJar', Jar) {
Expand Down

0 comments on commit fe1eb73

Please sign in to comment.