Project snapshots are available through Sonatype repository

This commit is contained in:
Brian Norman
2020-02-06 11:30:06 -06:00
parent 4aef0f08bb
commit a880da3959
+19
View File
@@ -49,4 +49,23 @@ assert(hello.length == "World".substring(1, 4).length)
at <stacktrace>
```
## Project Snapshots
Snapshot builds are available through Sonatype Snapshot repository.
```groovy
buildscript {
repositories {
maven {
url "https://oss.sonatype.org/content/repositories/snapshots"
}
}
dependencies {
classpath "com.bnorm.power:kotlin-power-assert-gradle:0.1.0-SNAPSHOT"
}
}
apply plugin: "com.bnorm.power.kotlin-power-assert"
```
[groovy-power-assert]: https://groovy-lang.org/testing.html#_power_assertions