Skip to content

Commit

Permalink
fix xml file name length
Browse files Browse the repository at this point in the history
  • Loading branch information
reinsch82 committed Sep 25, 2023
1 parent bd87b3d commit 8339fa2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ connection.gradle.distribution=MODIFIED_DISTRO"""
configuration.showExecutionsView == true
}

def "load build configuration respecting workspaces settings"() {
def "load build configuration respecting workspaces settings (#distribution)"() {
setup:
File projectDir = dir('project-dir')
WorkspaceConfiguration originalWsConfig = configurationManager.loadWorkspaceConfiguration()
Expand Down Expand Up @@ -230,7 +230,7 @@ connection.gradle.distribution=MODIFIED_DISTRO"""
GradleDistribution.forRemoteDistribution(new URI('http://example.com/gd')) | true | false | true | false | true
}
def "load build configuration overriding workspace settings"() {
def "load build configuration overriding workspace settings (#distribution)"() {
setup:
File projectDir = dir('project-dir')
WorkspaceConfiguration originalWsConfig = configurationManager.loadWorkspaceConfiguration()
Expand Down

0 comments on commit 8339fa2

Please sign in to comment.