We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98a83d9 commit e39f7afCopy full SHA for e39f7af
gradle/libs.versions.toml
@@ -3,7 +3,7 @@ ant = "1.10.15"
3
apiguardian = "1.1.2"
4
asciidoctorj-pdf = "2.3.19"
5
asciidoctor-plugins = "4.0.4" # Check if workaround in documentation.gradle.kts can be removed when upgrading
6
-assertj = "4.0.0-M1"
+assertj = "4.0.0-SNAPSHOT"
7
bnd = "7.1.0"
8
checkstyle = "11.0.0"
9
eclipse = "4.36.0"
settings.gradle.kts
@@ -16,6 +16,11 @@ plugins {
16
dependencyResolutionManagement {
17
repositories {
18
mavenCentral()
19
+ maven(url = "https://central.sonatype.com/repository/maven-snapshots/") {
20
+ mavenContent {
21
+ snapshotsOnly()
22
+ }
23
24
}
25
repositoriesMode = FAIL_ON_PROJECT_REPOS
26
0 commit comments