Skip to content

Commit

Permalink
added workaround because of JetBrains/intellij-platform-gradle-plugin…
Browse files Browse the repository at this point in the history
  • Loading branch information
mplushnikov committed Sep 23, 2020
1 parent f36117d commit 2aa3149
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion settings.gradle
@@ -1 +1,13 @@
rootProject.name = 'lombok-plugin'
pluginManagement {
repositories {
maven {
url 'https://jetbrains.bintray.com/intellij-plugin-service'
}
maven {
url "https://plugins.gradle.org/m2/"
}
mavenCentral()
}
}

rootProject.name = 'lombok-plugin'

0 comments on commit 2aa3149

Please sign in to comment.