Skip to content

Commit

Permalink
Change naming to be consistent with package
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBigSasha committed Oct 23, 2020
1 parent cf07c6a commit c12bc69
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 @@ -4,6 +4,7 @@ plugins {
id 'org.beryx.jlink' version '2.12.0'
id 'java'
id "com.github.johnrengelman.shadow" version "6.1.0"
id("maven-publish")

}

Expand Down Expand Up @@ -49,7 +50,7 @@ jar {
}

shadowJar {
archiveBaseName.set('RuntimeEfficiency')
archiveBaseName.set('RuntimeTester')
archiveClassifier.set('')
archiveVersion.set('')
}

0 comments on commit c12bc69

Please sign in to comment.