File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed
Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -39,9 +39,25 @@ 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
42+ https://central .sonatype.com/repository/maven- snapshots/org/spockframework/spock-core/maven-metadata.xml [Sonatype
4343OSS].
4444
45+ ==== Snapshot Releases
46+
47+ Snapshots can be used by adding the Sonatype OSS 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+ ----
60+
4561==== Ad-Hoc Intermediate Releases
4662
4763For intermediate stable builds we recommend to use
You can’t perform that action at this time.
0 commit comments