Skip to content

Commit

Permalink
Quick bump to clear out test failures
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek committed Jul 22, 2024
1 parent e7208a5 commit c13620f
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ void migrate() {
""",
"""
plugins {
id 'com.gradle.develocity' version '3.17.5'
id 'com.gradle.develocity' version '3.17.6'
}
develocity {
server = 'https://ge.sam.com/'
Expand Down Expand Up @@ -101,7 +101,7 @@ void publishAlwaysIf() {
""",
"""
plugins {
id 'com.gradle.develocity' version '3.17.5'
id 'com.gradle.develocity' version '3.17.6'
}
develocity {
server = 'https://ge.sam.com/'
Expand Down Expand Up @@ -131,7 +131,7 @@ void publishOnFailure() {
""",
"""
plugins {
id 'com.gradle.develocity' version '3.17.5'
id 'com.gradle.develocity' version '3.17.6'
}
develocity {
server = 'https://ge.sam.com/'
Expand Down Expand Up @@ -161,7 +161,7 @@ void publishOnFailureIf() {
""",
"""
plugins {
id 'com.gradle.develocity' version '3.17.5'
id 'com.gradle.develocity' version '3.17.6'
}
develocity {
server = 'https://ge.sam.com/'
Expand Down

0 comments on commit c13620f

Please sign in to comment.