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: archrules-gradle-plugin-development/src/archRules/java/com/netflix/nebula/archrules/gradleplugins/GradleTaskActionRule.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ public class GradleTaskActionRule implements ArchRulesService {
29
29
* cause runtime errors in Gradle 10+. Move Project access to configuration time
30
30
* (constructor/initializer) and use task properties instead.
Copy file name to clipboardExpand all lines: archrules-testing-frameworks/src/archRules/java/com/netflix/nebula/archrules/testingframeworks/JUnit4Rule.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ public class JUnit4Rule implements ArchRulesService {
17
17
/**
18
18
* This rule is a stop-gap to find all usages of JUnit4.
Copy file name to clipboardExpand all lines: archrules-testing-frameworks/src/archRules/java/com/netflix/nebula/archrules/testingframeworks/Testcontainers1xRule.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ public class Testcontainers1xRule implements ArchRulesService {
44
44
* <p>
45
45
* <b>The fix:</b> Replace {@code DockerComposeContainer} with {@code ComposeContainer} everywhere.
Copy file name to clipboardExpand all lines: archrules-testing-frameworks/src/archRules/java/com/netflix/nebula/archrules/testingframeworks/Testcontainers2xRule.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ public class Testcontainers2xRule implements ArchRulesService {
45
45
*
46
46
* @see TestcontainersContainerModuleMapper for the full container-to-module mapping
0 commit comments