Skip to content

Commit

Permalink
PLABE-867 restore test (pull request #32)
Browse files Browse the repository at this point in the history
Approved-by: Donato Lucia
  • Loading branch information
capitaorev committed Mar 12, 2024
1 parent f7f4ad1 commit d2132ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
- docker

jdk:
- oraclejdk11
- oraclejdk17

script:
- ./gradlew build jacocoTestReport --scan -s
Expand All @@ -20,4 +20,4 @@ cache:
- $HOME/.gradle/wrapper

after_success:
- bash <(curl -s https://codecov.io/bash)
- bash <(curl -s https://codecov.io/bash)
4 changes: 2 additions & 2 deletions src/test/groovy/JooqDockerPluginSpec.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -1026,14 +1026,14 @@ class JooqDockerPluginSpec extends Specification {
prepareBuildGradleFile("""
buildscript {
dependencies {
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.50")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.22")
}
}
plugins {
id("com.revolut.jooq-docker")
kotlin("jvm").version("1.9.22")
}
apply(plugin = "org.jetbrains.kotlin.jvm")
repositories {
mavenCentral()
Expand Down

0 comments on commit d2132ee

Please sign in to comment.