Skip to content

Commit

Permalink
Update plugins to stop using Bintray
Browse files Browse the repository at this point in the history
  • Loading branch information
JojOatXGME committed May 2, 2021
1 parent d1adafc commit 1e6c291
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Expand Up @@ -7,11 +7,11 @@ plugins {
// Java support
id("java")
// gradle-intellij-plugin - read more: https://github.com/JetBrains/gradle-intellij-plugin
id("org.jetbrains.intellij") version "0.6.5"
id("org.jetbrains.intellij") version "0.7.3"
// gradle-changelog-plugin - read more: https://github.com/JetBrains/gradle-changelog-plugin
id("org.jetbrains.changelog") version "0.6.2"
// grammarkit - read more: https://github.com/JetBrains/gradle-grammar-kit-plugin
id("org.jetbrains.grammarkit") version "2020.3.2"
id("org.jetbrains.grammarkit") version "2021.1.2"
}

// Import variables from gradle.properties file
Expand Down

0 comments on commit 1e6c291

Please sign in to comment.