Skip to content

Commit

Permalink
Fix ijtestinit script detection (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
skrugly committed Jul 14, 2022
1 parent 051c429 commit 8cddcf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/src/main/kotlin/utils.kt
Original file line number Diff line number Diff line change
Expand Up @@ -150,5 +150,5 @@ fun Gradle.afterMirakleEvaluate(callback: () -> Unit) {
}

fun Gradle.containsIjTestInit() = startParameter.initScripts.any {
it.name == "ijtestinit.gradle"
it.name.contains("ijtestinit")
}

0 comments on commit 8cddcf9

Please sign in to comment.