Skip to content

Commit

Permalink
Fix Gradle warning
Browse files Browse the repository at this point in the history
  • Loading branch information
chadlwilson committed Jul 17, 2023
1 parent a1acc7a commit 36140c6
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .idea/compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 8 additions & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down Expand Up @@ -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 {
Expand Down

0 comments on commit 36140c6

Please sign in to comment.