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
@@ -125,7 +126,7 @@ internal class CentralRegistryDeclarationTest {
125
126
.withPluginClasspath()
126
127
.withArguments("registryData")
127
128
.buildAndFail()
128
-
result.output.contains("Could not resolve library:eclipse-temurin:20.0.1_9-jre-jammy")
129
+
assertTrue(result.output.contains("Could not resolve library:eclipse-temurin:20.0.1_9-jre-jammy"))
129
130
}
130
131
131
132
@Test
@@ -187,7 +188,7 @@ internal class CentralRegistryDeclarationTest {
187
188
.withPluginClasspath()
188
189
.withArguments("registryData")
189
190
.buildAndFail()
190
-
result.output.contains("Could not resolve library:eclipse-temurin:20.0.1_9-jre-jammy")
191
+
assertTrue(result.output.contains("Could not resolve library:eclipse-temurin:20.0.1_9-jre-jammy"))
191
192
}
192
193
193
194
@Test
@@ -221,7 +222,7 @@ internal class CentralRegistryDeclarationTest {
221
222
.withPluginClasspath()
222
223
.withArguments("registryData")
223
224
.buildAndFail()
224
-
result.output.contains("Build was configured to prefer settings repositories over project repositories but repository 'dockerHubOciRegistry' was added by build file 'build.gradle.kts'")
225
+
assertTrue(result.output.contains("Build was configured to prefer settings repositories over project repositories but repository 'dockerHubOciRegistry' was added by build file 'build.gradle.kts'"))
0 commit comments