add dependency on json5-java by marhali

This commit is contained in:
marhali 2022-02-22 20:24:44 +01:00
parent 5c92c812d4
commit 68ec11a4e9

View File

@ -22,11 +22,10 @@ version = properties("pluginVersion")
// Configure project's dependencies // Configure project's dependencies
repositories { repositories {
mavenCentral() mavenCentral()
maven(url = "https://maven.syntaxerror.at")
} }
dependencies { dependencies {
"idea"("at.syntaxerror:json5:1.2.0") implementation("de.marhali:json5-java:1.0.1")
} }
// 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