1
0
mirror of https://github.com/chylex/IntelliJ-Rainbow-Brackets.git synced 2025-04-20 17:15:41 +02:00

Merge pull request from izhangzhihao/dependabot/gradle/org.jetbrains.intellij-1.8.0

Bump org.jetbrains.intellij from 1.7.0 to 1.8.0
This commit is contained in:
mergify[bot] 2022-08-07 12:26:33 +00:00 committed by GitHub
commit ba33004de6
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 val publishChannels: String by project
plugins { plugins {
id("org.jetbrains.intellij") version "1.7.0" id("org.jetbrains.intellij") version "1.8.0"
id("com.adarshr.test-logger") version "3.2.0" id("com.adarshr.test-logger") version "3.2.0"
id("org.jetbrains.kotlin.jvm") version "1.7.10" id("org.jetbrains.kotlin.jvm") version "1.7.10"
id("idea") id("idea")
@ -22,7 +22,6 @@ repositories {
mavenCentral() mavenCentral()
maven(url = "https://maven-central.storage-download.googleapis.com/repos/central/data/") maven(url = "https://maven-central.storage-download.googleapis.com/repos/central/data/")
maven(url = "https://maven.aliyun.com/nexus/content/groups/public/") maven(url = "https://maven.aliyun.com/nexus/content/groups/public/")
maven(url = "https://repo.eclipse.org/content/groups/releases/")
maven(url = "https://www.jetbrains.com/intellij-repository/releases") maven(url = "https://www.jetbrains.com/intellij-repository/releases")
maven(url = "https://www.jetbrains.com/intellij-repository/snapshots") maven(url = "https://www.jetbrains.com/intellij-repository/snapshots")
} }