Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
donat committed Jul 19, 2024
1 parent 8cd62b9 commit fbe2215
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 350 deletions.
Binary file removed buildSrc/gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
7 changes: 0 additions & 7 deletions buildSrc/gradle/wrapper/gradle-wrapper.properties

This file was deleted.

249 changes: 0 additions & 249 deletions buildSrc/gradlew

This file was deleted.

92 changes: 0 additions & 92 deletions buildSrc/gradlew.bat

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ class GradleErrorMarkerTest extends ProjectSynchronizationSpecification {
}


@spock.lang.IgnoreRest // TODO delete
def "Convers problem reports to error markers"() {
setup:
WorkspaceConfiguration w = CorePlugin.configurationManager().loadWorkspaceConfiguration()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ protected String getDetails() {

@Override
protected List<Solution> getSolutions() {
return this.getSolutions();
return this.problem.getSolutions();
}

@Override
Expand Down

0 comments on commit fbe2215

Please sign in to comment.