mirror of
https://github.com/hexedtech/codemp-intellij.git
synced 2024-11-21 14:44: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 {
|
||||
mavenCentral()
|
||||
maven { url "https://jitpack.io" }
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation "com.github.adamheinrich:native-utils:master-SNAPSHOT"
|
||||
}
|
||||
|
||||
// Configure Gradle IntelliJ Plugin
|
||||
|
|
Loading…
Reference in a new issue