Skip to content

Commit

Permalink
Merge pull request #211 from FlintMC/bump-flint-gradle
Browse files Browse the repository at this point in the history
bump flint gradle
  • Loading branch information
R0bbyYT committed Jun 9, 2021
2 parents 185e7f8 + 00e20ea commit 13eab1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions settings.gradle.kts
Expand Up @@ -26,12 +26,12 @@ fun defineModule(path: String) {

pluginManagement {
plugins {
id("net.flintmc.flint-gradle") version "2.10.1"
id("net.flintmc.flint-gradle") version "2.11.2"
}

buildscript {
dependencies {
classpath("net.flintmc", "flint-gradle", "2.10.1")
classpath("net.flintmc", "flint-gradle", "2.11.2")
}
repositories {
mavenLocal()
Expand Down

0 comments on commit 13eab1d

Please sign in to comment.