Update to vanniktechEmoji 0.16.0 to fix compile

Revert "Use vanniktechEmoji "0.16.0-SNAPSHOT""

This reverts commit a1f4ffbf17.

Change-Id: I66c1490349f26de0f8f7159f4d18027c487b2220
This commit is contained in:
SpiritCroc 2023-03-27 12:18:03 +02:00
parent cf7a93b5bb
commit 9b384c0971
3 changed files with 2 additions and 19 deletions

View File

@ -79,14 +79,6 @@ allprojects {
groups.mavenCentral.group.each { includeGroup it } groups.mavenCentral.group.each { includeGroup it }
} }
} }
// snapshots repository
maven {
url "https://oss.sonatype.org/content/repositories/snapshots"
content {
groups.snapshot.regex.each { includeGroupByRegex it }
groups.snapshot.group.each { includeGroup it }
}
}
maven { maven {
url 'https://jitpack.io' url 'https://jitpack.io'
content { content {

View File

@ -24,9 +24,7 @@ def mavericks = "3.0.1"
def glide = "4.14.2" def glide = "4.14.2"
def bigImageViewer = "1.8.1" def bigImageViewer = "1.8.1"
def jjwt = "0.11.5" def jjwt = "0.11.5"
// Temporary version to unblock #6929. Once 0.16.0 is released we should use it, and revert def vanniktechEmoji = "0.16.0"
// the whole commit which set version 0.16.0-SNAPSHOT
def vanniktechEmoji = "0.16.0-SNAPSHOT"
def sentry = "6.15.0" def sentry = "6.15.0"
// Use 1.6.0 alpha to fix issue with test // Use 1.6.0 alpha to fix issue with test
def fragment = "1.6.0-alpha04" def fragment = "1.6.0-alpha04"

View File

@ -39,13 +39,6 @@ ext.groups = [
'com.google.testing.platform', 'com.google.testing.platform',
] ]
], ],
snapshot: [
regex: [
],
group: [
'com.vanniktech',
]
],
mavenCentral: [ mavenCentral: [
regex: [ regex: [
], ],
@ -130,7 +123,7 @@ ext.groups = [
'com.sun.xml.bind.mvn', 'com.sun.xml.bind.mvn',
'com.sun.xml.fastinfoset', 'com.sun.xml.fastinfoset',
'com.thoughtworks.qdox', 'com.thoughtworks.qdox',
// 'com.vanniktech', 'com.vanniktech',
'commons-cli', 'commons-cli',
'commons-codec', 'commons-codec',
'commons-io', 'commons-io',