Skip to content

Commit

Permalink
Restore test block to original test purpose
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek committed Aug 19, 2024
1 parent f6b4486 commit 51c3d01
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -170,12 +170,13 @@ void handleImportsThatArentTheFirstStatement() {
rewriteRun(
buildGradle(
"""
import org.gradle.api.Project
plugins {
id 'java-library'
}
// Deliberately not first, as per test
import org.gradle.api.Project
repositories {
mavenCentral()
}
Expand Down

0 comments on commit 51c3d01

Please sign in to comment.