Skip to content

Commit

Permalink
prepare new release version in 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
astrapi69 committed Jun 5, 2023
1 parent 1dd5b9c commit e0af754
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 3 deletions.
24 changes: 24 additions & 0 deletions .idea/runConfigurations/mystic_crypt_ui__jar_.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions gradle/packaging.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ task withAllDependendiesJar(type: Jar) {
}

task createIzPackInstallerFromSignedJar(dependsOn: [clean, build, withAllDependendiesJar, izPackCreateInstaller]) {
build.mustRunAfter(clean)
withAllDependendiesJar.mustRunAfter(build)
izPackCreateInstaller.mustRunAfter(withAllDependendiesJar)
withAllDependendiesJar.mustRunAfter(clean)
build.mustRunAfter(withAllDependendiesJar)
izPackCreateInstaller.mustRunAfter(build)
}

0 comments on commit e0af754

Please sign in to comment.