Merge pull request #31976 from wfouche
* pr/31976: Upgrade to gradle-versions-plugin 0.50.0 Closes gh-31976
This commit is contained in:
commit
515c654a46
|
|
@ -4,7 +4,7 @@ plugins {
|
|||
id 'org.jetbrains.kotlin.plugin.serialization' version "${kotlinVersion}" apply false
|
||||
id 'org.jetbrains.dokka' version '1.8.20'
|
||||
id 'org.unbroken-dome.xjc' version '2.0.0' apply false
|
||||
id 'com.github.ben-manes.versions' version '0.49.0'
|
||||
id 'com.github.ben-manes.versions' version '0.50.0'
|
||||
id 'com.github.johnrengelman.shadow' version '8.1.1' apply false
|
||||
id 'de.undercouch.download' version '5.4.0'
|
||||
id 'me.champeau.jmh' version '0.7.2' apply false
|
||||
|
|
|
|||
Loading…
Reference in New Issue