Skip to content

Commit

Permalink
prepared 1.5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamhead committed Sep 1, 2023
1 parent 39677c0 commit 61b3119
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ idea {
subprojects {
apply plugin: 'java-library'
group = 'com.github.dreamhead'
version = '1.4.0'
version = '1.5.0'

java {
sourceCompatibility = JavaVersion.VERSION_1_8
Expand Down
2 changes: 2 additions & 0 deletions moco-runner/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ publishing.publications.findByName('mavenJava').artifact(proguard.outputs.files.
classifier "standalone"
}

uberjar.dependsOn ":moco-core:jar"
signMavenJavaPublication.dependsOn proguard
publishMavenJavaPublicationToMavenLocal.dependsOn proguard
publishMavenJavaPublicationToMavenRepository.dependsOn proguard

Expand Down

0 comments on commit 61b3119

Please sign in to comment.