1
0
mirror of https://github.com/chylex/IntelliJ-Rainbow-Brackets.git synced 2025-05-12 06:34:03 +02:00

Bump gradle-intellij-plugin to 1.0

This commit is contained in:
张志豪 2021-05-28 09:37:18 +08:00 committed by GitHub
parent 80940e599a
commit 44bb91123a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ val pluginVerifierIdeVersions: String by project
val publishChannels: String by project
plugins {
id("org.jetbrains.intellij") version "1.0.0-SNAPSHOT"
id("org.jetbrains.intellij") version "1.0"
id("com.adarshr.test-logger") version "3.0.0"
id("org.jetbrains.kotlin.jvm") version "1.4.32"
id("idea")