File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed
Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ dependencies {
1515 implementation project(' :internal-api' )
1616 implementation project(' :communication' )
1717 implementation project(' :telemetry' )
18- implementation group : ' io.sqreen' , name : ' libsqreen' , version : ' 15.0.0 '
18+ implementation group : ' io.sqreen' , name : ' libsqreen' , version : ' 15.0.1-SNAPSHOT '
1919 implementation libs. moshi
2020
2121 testImplementation libs. bytebuddy
Original file line number Diff line number Diff line change @@ -14,20 +14,14 @@ repositories {
1414 maven {
1515 content {
1616 includeGroup " com.datadoghq"
17+ includeGroup " io.sqreen"
1718 }
1819 mavenContent {
1920 snapshotsOnly()
2021 }
2122 // see https://central.sonatype.org/publish/publish-portal-snapshots/#consuming-via-gradle
2223 url ' https://central.sonatype.com/repository/maven-snapshots/'
2324 }
24- ivy {
25- artifactPattern ' https://sqreen-ci-java.s3.amazonaws.com/jars/[organisation]/[artifact]-[revision](-[classifier]).[ext]'
26- ivyPattern ' https://sqreen-ci-java.s3.amazonaws.com/jars/[organisation]/[module]-[revision].xml'
27- content {
28- includeGroup ' io.sqreen'
29- }
30- }
3125 maven {
3226 url ' https://packages.confluent.io/maven/'
3327 content {
You can’t perform that action at this time.
0 commit comments