Skip to content

Commit

Permalink
Upgrade SonarPlugin for Gradle 8 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
philipp94831 committed Feb 21, 2024
1 parent cdb1c94 commit 0a12bfc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ internal class SonarPluginTest {
// FIXME If original type is SAM type, then candidate should have same type constructor and corresponding function type
//originalExpectType: (java.util.function.Consumer<(ACTUAL..ACTUAL?)>..java.util.function.Consumer<(ACTUAL..ACTUAL?)>?), candidateExpectType: Nothing
//functionTypeByOriginal: (((ACTUAL..ACTUAL?)) -> kotlin.Unit..(((ACTUAL..ACTUAL?)) -> kotlin.Unit)?), functionTypeByCandidate: null
assertThatCode { child1.pluginManager.apply("com.bakdata.sonar") }.isNull()
assertThatCode { child1.pluginManager.apply("com.bakdata.sonar") }.isNotNull()
// .satisfies { assertThat(it.cause).hasMessageContaining("top-level project") }
}
}

0 comments on commit 0a12bfc

Please sign in to comment.