Skip to content

Commit e39f7af

Browse files
committed
Build against snapshots of AssertJ
1 parent 98a83d9 commit e39f7af

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ant = "1.10.15"
33
apiguardian = "1.1.2"
44
asciidoctorj-pdf = "2.3.19"
55
asciidoctor-plugins = "4.0.4" # Check if workaround in documentation.gradle.kts can be removed when upgrading
6-
assertj = "4.0.0-M1"
6+
assertj = "4.0.0-SNAPSHOT"
77
bnd = "7.1.0"
88
checkstyle = "11.0.0"
99
eclipse = "4.36.0"

settings.gradle.kts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ plugins {
1616
dependencyResolutionManagement {
1717
repositories {
1818
mavenCentral()
19+
maven(url = "https://central.sonatype.com/repository/maven-snapshots/") {
20+
mavenContent {
21+
snapshotsOnly()
22+
}
23+
}
1924
}
2025
repositoriesMode = FAIL_ON_PROJECT_REPOS
2126
}

0 commit comments

Comments
 (0)