diff --git a/.idea/compiler.xml b/.idea/compiler.xml index ae59a56..264572f 100644 --- a/.idea/compiler.xml +++ b/.idea/compiler.xml @@ -1,7 +1,7 @@ - + diff --git a/.idea/misc.xml b/.idea/misc.xml index 6308499..aebed8b 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,8 +1,15 @@ - + + + + + + + diff --git a/build.gradle b/build.gradle index 1173ed8..2283360 100644 --- a/build.gradle +++ b/build.gradle @@ -22,7 +22,7 @@ plugins { } group = 'cd.go.gocd' -version = '1.0.2' +version = '1.0.3' project.ext.projectDesc = [ id : 'cd.go.gocd.gocd-database-migrator', @@ -57,6 +57,7 @@ dependencies { testImplementation platform('org.junit:junit-bom:5.9.3') testImplementation group: "org.junit.jupiter", name: "junit-jupiter-api" testRuntimeOnly group: "org.junit.jupiter", name: "junit-jupiter-engine" + testRuntimeOnly group: 'org.junit.platform', name: 'junit-platform-launcher' } java {