mirror of
https://github.com/hexedtech/codemp-intellij.git
synced 2024-11-22 07:04:49 +01:00
chore: native-utils dependency
This commit is contained in:
parent
5622cf64f3
commit
d75fb75b3c
1 changed files with 5 additions and 0 deletions
|
@ -12,6 +12,11 @@ java {
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
|
maven { url "https://jitpack.io" }
|
||||||
|
}
|
||||||
|
|
||||||
|
dependencies {
|
||||||
|
implementation "com.github.adamheinrich:native-utils:master-SNAPSHOT"
|
||||||
}
|
}
|
||||||
|
|
||||||
// Configure Gradle IntelliJ Plugin
|
// Configure Gradle IntelliJ Plugin
|
||||||
|
|
Loading…
Reference in a new issue