You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/kotlin/com/gradleup/maven/sympathy/MavenSympathyPlugin.kt
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,6 @@ class MavenSympathyPlugin: Plugin<Project> {
8
8
val taskProvider = target.tasks.register("sympathyForMrMaven", SympathyForMrMaven::class.java) {
9
9
it.group ="verification"
10
10
it.description ="Checks that your project dependencies play nice with Maven resolution strategy. See https://jakewharton.com/nonsensical-maven-is-still-a-gradle-problem/ for more details."
0 commit comments