Skip to content

Commit 94ac687

Browse files
committed
enable all runner plugin tests now that there is a rule library published with runner 0.1.x
1 parent 8a09b2b commit 94ac687

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

nebula-archrules-gradle-plugin/src/test/kotlin/com/netflix/nebula/archrules/gradle/ArchrulesRunnerPluginTest.kt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ class ArchrulesRunnerPluginTest {
3535
}
3636

3737
@Test
38-
@Disabled("needs a rules library published with new library plugin")
3938
fun `plugin checks each sourceset`() {
4039
val runner = testProject(projectDir) {
4140
settings {
@@ -50,7 +49,7 @@ class ArchrulesRunnerPluginTest {
5049
mavenCentral()
5150
}
5251
dependencies(
53-
"""archRules("com.netflix.nebula:archrules-deprecation:0.0.4")"""
52+
"""archRules("com.netflix.nebula:archrules-deprecation:0.1.+")"""
5453
)
5554
src {
5655
main {
@@ -94,7 +93,6 @@ class ArchrulesRunnerPluginTest {
9493
}
9594

9695
@Test
97-
@Disabled("needs a rules library published with new library plugin")
9896
fun `plugin checks each sourceset from its runtime`() {
9997
val runner = testProject(projectDir) {
10098
settings {
@@ -109,7 +107,7 @@ class ArchrulesRunnerPluginTest {
109107
mavenCentral()
110108
}
111109
dependencies(
112-
"""testImplementation("com.netflix.nebula:archrules-deprecation:0.0.4")"""
110+
"""testImplementation("com.netflix.nebula:archrules-deprecation:0.1.+")"""
113111
)
114112
src {
115113
main {

0 commit comments

Comments
 (0)