Skip to content

Commit

Permalink
Bump trainingwheels and remove debug() code for windows runnable.
Browse files Browse the repository at this point in the history
  • Loading branch information
marchermans committed Jul 24, 2024
1 parent 817d42d commit dfa0ec8
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ spock_version=2.1
spock_groovy_version=3.0
mockito_version=4.11.0
jimfs_version=1.2
trainingwheels_version=1.0.49
trainingwheels_version=1.0.50
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ class ConfigurationCacheTests extends BuilderBasedTestSpecification {
when:
def run = project.run {
it.tasks('runData')
it.debug()

}

then:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,6 @@ class ConfigurationTests extends BuilderBasedTestSpecification {
def run = project.run {
it.tasks('validateConfiguration')
it.stacktrace()
it.debug()
}

then:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ class RunTests extends BuilderBasedTestSpecification {
def run = project.run {
it.tasks(':writeMinecraftClasspathClient')
it.stacktrace()
it.debug()

}

then:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ class AccessTransformerTests extends BuilderBasedTestSpecification {
when:
def initialRun = project.run {
it.tasks('build')
it.debug()

}

then:
Expand Down

0 comments on commit dfa0ec8

Please sign in to comment.