File tree Expand file tree Collapse file tree 1 file changed +18
-2
lines changed
Expand file tree Collapse file tree 1 file changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -39,8 +39,24 @@ Java 12+).
3939Releases are available from
4040https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.spockframework%22[Maven
4141Central]. Development snapshots are available from
42- https://oss.sonatype.org/content/repositories/snapshots/org/spockframework/[Sonatype
43- OSS].
42+ https://central.sonatype.com/repository/maven-snapshots/org/spockframework/spock-core/maven-metadata.xml[Sonatype
43+ Snapshot].
44+
45+ ==== Snapshot Releases
46+
47+ Snapshots can be used by adding the Sonatype Snapshot repository:
48+
49+ [source,groovy,subs="attributes"]
50+ ----
51+ repositories {
52+ // ...
53+ maven { url 'https://central.sonatype.com/repository/maven-snapshots/' }
54+ }
55+
56+ dependencies {
57+ testImplementation 'org.spockframework:spock-core:{spock-snapshot-version}-groovy-4.0-SNAPSHOT'
58+ }
59+ ----
4460
4561==== Ad-Hoc Intermediate Releases
4662
You can’t perform that action at this time.
0 commit comments