Skip to content

Commit

Permalink
Updated Gradle build script
Browse files Browse the repository at this point in the history
  • Loading branch information
wakaleo committed Sep 18, 2023
1 parent 89fba0a commit fabaaad
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ buildscript {
}
}
dependencies {
classpath "net.serenity-bdd:serenity-gradle-plugin:4.0.8"
classpath "net.serenity-bdd:serenity-gradle-plugin:4.0.12"
}
}

Expand All @@ -22,13 +22,13 @@ apply plugin: 'eclipse'
apply plugin: 'idea'
apply plugin: "net.serenity-bdd.serenity-gradle-plugin"

sourceCompatibility = 18
targetCompatibility = 18
sourceCompatibility = 16
targetCompatibility = 16

ext {
SERENITY_VERSION = '4.0.8'
SERENITY_VERSION = '4.0.12'
JUNIT_PLATFORM_VERSION = '1.10.0'
CUCUMBER_JUNIT_PLATFORM_VERSION = '7.13.0'
CUCUMBER_JUNIT_PLATFORM_VERSION = '7.14.0'
JUNIT_JUPITER_VERSION = '5.10.0'
JUNIT_VINTAGE_VERSION = '5.10.0'
LOGBACK_CLASSIC_VERSION = '1.2.10'
Expand Down

0 comments on commit fabaaad

Please sign in to comment.