Skip to content

Commit

Permalink
Merge pull request #7 from WerthersEchte/remove_jmh
Browse files Browse the repository at this point in the history
Removed jmh
  • Loading branch information
WerthersEchte committed Nov 21, 2023
2 parents 3bbf807 + 986fa48 commit 745ec24
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 222 deletions.
7 changes: 1 addition & 6 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
plugins {
id 'java-library'
// https://github.com/melix/jmh-gradle-plugin
id "me.champeau.jmh" version "0.6.6"
id 'jacoco'

id 'maven-publish'
id 'signing'
}

group 'io.github.werthersechte'
version '1.4.1'
version '1.4.2'

sourceCompatibility = 16

Expand All @@ -20,9 +18,6 @@ repositories {
dependencies {
implementation "com.discord4j:discord4j-core:3.2.3"

jmh 'org.openjdk.jmh:jmh-core:1.34'
jmh 'org.openjdk.jmh:jmh-generator-annprocess:1.34'

testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter', version: '5.8.1'
testImplementation group: 'org.assertj', name: 'assertj-core', version: '3.22.0'
testImplementation group: 'org.mockito', name: 'mockito-core', version: '4.4.0'
Expand Down
216 changes: 0 additions & 216 deletions src/jmh/java/de/fhkiel/ki/cathedral/BoardBenchmark.java

This file was deleted.

0 comments on commit 745ec24

Please sign in to comment.