Skip to content

Commit

Permalink
Migrate build to gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
KirillTim authored and elizarov committed Oct 26, 2017
1 parent 5576686 commit a518696
Show file tree
Hide file tree
Showing 52 changed files with 714 additions and 2,005 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/.idea
*.iml
.gradle
build
out
target
17 changes: 17 additions & 0 deletions benchmarks/build.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
plugins {
id "me.champeau.gradle.jmh" version "0.4.4"
}

repositories {
maven { url "https://repo.typesafe.com/typesafe/releases/" }
}

dependencies {
jmh 'com.typesafe.akka:akka-actor:2.0.2'
jmh project(':kotlinx-coroutines-core')
jmh project(':kotlinx-coroutines-core').sourceSets.test.output
}

jmh.jmhVersion = '1.19'

jmhJar.archiveName = 'benchmarks.jar'
234 changes: 0 additions & 234 deletions benchmarks/pom.xml

This file was deleted.

Loading

0 comments on commit a518696

Please sign in to comment.