add dependency on json5 by syntaxerror
This commit is contained in:
parent
36e5d5f16a
commit
5c92c812d4
@ -22,6 +22,11 @@ version = properties("pluginVersion")
|
|||||||
// Configure project's dependencies
|
// Configure project's dependencies
|
||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
|
maven(url = "https://maven.syntaxerror.at")
|
||||||
|
}
|
||||||
|
|
||||||
|
dependencies {
|
||||||
|
"idea"("at.syntaxerror:json5:1.2.0")
|
||||||
}
|
}
|
||||||
|
|
||||||
// Configure Gradle IntelliJ Plugin - read more: https://github.com/JetBrains/gradle-intellij-plugin
|
// Configure Gradle IntelliJ Plugin - read more: https://github.com/JetBrains/gradle-intellij-plugin
|
||||||
|
Loading…
x
Reference in New Issue
Block a user