Skip to content

Instantly share code, notes, and snippets.

@jmfayard
Last active February 27, 2022 10:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jmfayard/1082b1ac8f613c6d95c18683626e85b1 to your computer and use it in GitHub Desktop.
Save jmfayard/1082b1ac8f613c6d95c18683626e85b1 to your computer and use it in GitHub Desktop.
Migrante instantly to Gradle Versions Catalog with refreshVersions
## Generated by $ ./gradlew refreshVersionsCatalog
[plugins]
org-jetbrains-kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
org-jetbrains-kotlinx-benchmark = { id = "org.jetbrains.kotlinx.benchmark", version = "0.4.2" }
patrick = { id = "org.jetbrains.patrick", version = "0.4.2" }
[versions]
groovy = "3.0.5"
androidx.core = "1.3.1"
okhttp3 = "3.10.0"
kotest = "5.1.0"
junit.junit = "4.12"
apache.poi = "4.0.0"
kotlin = "1.6.10"
kotlinx.coroutines = "1.6.0"
[libraries]
mongo-java-driver = "org.mongodb:mongo-java-driver:3.11.0"
androidx-core-core = { group = "androidx.core", name = "core", version.ref = "androidx.core" }
guava = "com.google.guava:guava:15.0"
patrick = "com.google.guava:guava:15.0"
okhttp-urlconnection = { group = "com.squareup.okhttp3", name = "okhttp-urlconnection", version.ref = "okhttp3" }
kotest-runner-junit4 = { group = "io.kotest", name = "kotest-runner-junit4", version.ref = "kotest" }
junit = { group = "junit", name = "junit", version.ref = "junit.junit" }
gradle-hello-world-plugin = "org.gradle:gradle-hello-world-plugin:0.1"
org-jetbrains-kotlin-jvm-gradle-plugin = "org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin:1.6.10"
kotlin-script-runtime = { group = "org.jetbrains.kotlin", name = "kotlin-script-runtime", version.ref = "kotlin" }
guice = "com.google.inject:guice:2.0"
okhttp = { group = "com.squareup.okhttp3", name = "okhttp", version.ref = "okhttp3" }
poi = { group = "org.apache.poi", name = "poi", version.ref = "apache.poi" }
poi-ooxml = { group = "org.apache.poi", name = "poi-ooxml", version.ref = "apache.poi" }
kotlin-scripting-compiler-embeddable = { group = "org.jetbrains.kotlin", name = "kotlin-scripting-compiler-embeddable", version.ref = "kotlin" }
kotlin-stdlib-jdk8 = { group = "org.jetbrains.kotlin", name = "kotlin-stdlib-jdk8", version.ref = "kotlin" }
org-jetbrains-kotlinx-benchmark-gradle-plugin = "org.jetbrains.kotlinx.benchmark:org.jetbrains.kotlinx.benchmark.gradle.plugin:0.4.2"
kotlinx-coroutines-core = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-core", version.ref = "kotlinx.coroutines" }
kotlinx-coroutines-jdk8 = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-jdk8", version.ref = "kotlinx.coroutines" }
@jmfayard
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment