Skip to content

Commit

Permalink
Revert "Enable dependency verification"
Browse files Browse the repository at this point in the history
This reverts commit 5ad0de4.
  • Loading branch information
marcphilipp authored and runningcode committed Feb 15, 2023
1 parent 96d38c6 commit 2be0967
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 669 deletions.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ plugins {
}

repositories {
gradlePluginPortal()
mavenCentral()
gradlePluginPortal()
}

dependencies {
Expand Down
5 changes: 4 additions & 1 deletion buildSrc/src/main/kotlin/testing-conventions.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,10 @@ dependencies {
}

if (project.name != "junit-jupiter-engine") {
"testImplementation"(project(":junit-jupiter"))
"testImplementation"(project(":junit-jupiter-api"))
"testImplementation"(project(":junit-jupiter-params"))

"testRuntimeOnly"(project(":junit-jupiter-engine"))
}
"testImplementation"(testFixtures(project(":junit-jupiter-api")))

Expand Down
2 changes: 0 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,8 @@ defaultBuiltBy = JUnit Team

# We need more metaspace due to apparent memory leak in Asciidoctor/JRuby
org.gradle.jvmargs=-Xmx1g -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryError

org.gradle.caching=true
org.gradle.parallel=true
org.gradle.dependency.verification.console=verbose

# Dependencies
apiguardian.version=1.1.1
Expand Down
Loading

0 comments on commit 2be0967

Please sign in to comment.