add dependency on json5 by syntaxerror

This commit is contained in:
marhali 2022-02-15 13:13:25 +01:00
parent 36e5d5f16a
commit 5c92c812d4

View File

@ -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