Skip to content

Commit

Permalink
Version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stashymane committed Dec 2, 2020
1 parent cbc04db commit 61d48e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group 'dev.stashy.midifunk'
version '0.2.0-SNAPSHOT'
version '0.2.0'

repositories {
mavenCentral()
Expand All @@ -29,6 +29,7 @@ jmh {
threads = 2
timeUnit = "us"
duplicateClassesStrategy = DuplicatesStrategy.WARN
//jvmArgs += "-agentpath:D:/Programs/visualvm_204/visualvm/lib/deployed/jdk16/windows-amd64/profilerinterface.dll=D:\\Programs\\visualvm_204\\visualvm\\lib,5140"
}

test {
Expand Down

0 comments on commit 61d48e7

Please sign in to comment.