File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed
Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ subprojects {
3838 // Configure publishable modules.
3939 pluginManager.withPlugin(" maven-publish" ) {
4040 group = " io.deepmedia.tools.testing"
41- version = " 0.1.1 "
41+ version = " 0.1.2 "
4242 }
4343
4444 /* tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile::class).configureEach {
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ buildscript {
2323 mavenCentral()
2424 }
2525 dependencies {
26- classpath(" io.deepmedia.tools.testing:plugin:0.1.1 " )
26+ classpath(" io.deepmedia.tools.testing:plugin:0.1.2 " )
2727 }
2828}
2929```
@@ -37,6 +37,20 @@ plugins {
3737}
3838```
3939
40+ We also publish development snapshots with version ` latest-SNAPSHOT ` in sonatype:
41+
42+ ``` kotlin
43+ buildscript {
44+ repositories {
45+ maven(" https://s01.oss.sonatype.org/content/repositories/snapshots/" )
46+ }
47+ dependencies {
48+ classpath(" io.deepmedia.tools.testing:plugin:latest-SNAPSHOT" )
49+ }
50+ }
51+ ```
52+
53+
4054# Android Native targets
4155
4256### Requirements
You can’t perform that action at this time.
0 commit comments