Bump vanniktechEmoji from 0.16.0-SNAPSHOT to 0.16.0 Release (#8281)

This commit is contained in:
Yoan Pintas 2023-03-28 20:20:17 +02:00 committed by GitHub
parent 716bd9a2e6
commit ca6dd3a0a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 5 deletions

View File

@ -24,9 +24,7 @@ def mavericks = "3.0.2"
def glide = "4.15.1" def glide = "4.15.1"
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.16.0" def sentry = "6.16.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-alpha08" def fragment = "1.6.0-alpha08"

View File

@ -42,7 +42,6 @@ ext.groups = [
regex: [ regex: [
], ],
group: [ group: [
'com.vanniktech',
] ]
], ],
mavenCentral: [ mavenCentral: [
@ -128,7 +127,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',