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 {
15
15
implementation project(' :internal-api' )
16
16
implementation project(' :communication' )
17
17
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 '
19
19
implementation libs. moshi
20
20
21
21
testImplementation libs. bytebuddy
Original file line number Diff line number Diff line change @@ -14,20 +14,14 @@ repositories {
14
14
maven {
15
15
content {
16
16
includeGroup " com.datadoghq"
17
+ includeGroup " io.sqreen"
17
18
}
18
19
mavenContent {
19
20
snapshotsOnly()
20
21
}
21
22
// see https://central.sonatype.org/publish/publish-portal-snapshots/#consuming-via-gradle
22
23
url ' https://central.sonatype.com/repository/maven-snapshots/'
23
24
}
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
- }
31
25
maven {
32
26
url ' https://packages.confluent.io/maven/'
33
27
content {
You can’t perform that action at this time.
0 commit comments