add dependency on json5-java by marhali
This commit is contained in:
parent
5c92c812d4
commit
68ec11a4e9
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user