switch to Gradle build system
This commit is contained in:
11
benchmark/build.gradle
Normal file
11
benchmark/build.gradle
Normal file
@@ -0,0 +1,11 @@
|
||||
plugins {
|
||||
id 'application'
|
||||
}
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation project(':')
|
||||
}
|
Reference in New Issue
Block a user