Add basic project files
This commit is contained in:
11
build.gradle
Normal file
11
build.gradle
Normal file
@@ -0,0 +1,11 @@
|
||||
apply plugin: 'java'
|
||||
apply plugin: 'eclipse'
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compile 'net.java.dev.jna:jna:4.2.0'
|
||||
compile 'net.java.dev.jna:platform:3.5.2'
|
||||
}
|
||||
Reference in New Issue
Block a user