mirror of
https://github.com/chylex/IntelliJ-Rainbow-Brackets.git
synced 2025-04-20 17:15:41 +02:00
Merge pull request #2511 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:
commit
ba33004de6
@ -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")
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user