Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
TWiStErRob committed Jan 24, 2025
1 parent 88ee252 commit 7419ebd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ private fun HasAttributes.copyAttributesFrom(
}
}

private val ignore = Attribute.of("ignore", String::class.java)
private val ignore = Attribute.of("net.twisterrob.ignore", String::class.java)

private fun Project.skipConfiguration(configuration: NamedDomainObjectProvider<Configuration>) {
configuration.configure {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@ configurations {
isCanBeResolved = true
}
tasks.named<PluginUnderTestMetadata>("pluginUnderTestMetadata") {
this.pluginClasspath.from(testInjectedPluginClasspath)
pluginClasspath.from(testInjectedPluginClasspath)
}
}

0 comments on commit 7419ebd

Please sign in to comment.