switch to Gradle build system

This commit is contained in:
2021-02-19 23:57:26 +01:00
parent 68a419c53a
commit c6aede665e
13 changed files with 394 additions and 92 deletions

11
benchmark/build.gradle Normal file
View File

@@ -0,0 +1,11 @@
plugins {
id 'application'
}
repositories {
mavenCentral()
}
dependencies {
implementation project(':')
}