Skip to content

Releases: skrugly/mirakle

v1.6.0

08 Sep 12:49
Compare
Choose a tag to compare

What's Changed

  • Fix Mirakle in composite build by @Adambl4 in #113
  • Refactor executeOnRemote task. by @Adambl4 in #115
  • Fix when build started not from root folder by @Adambl4 in #116
  • Fix ijtest init script detection by @Adambl4 in #117
  • Add support for dependency verification start params by @nesterov-n in #118
  • Remote bash command by @Adambl4 in #119
  • Fix --write-verification-metadata param passing by @nesterov-n in #120
  • Fix hostname error, utf-8 encoding by @JSpiner in #123

New Contributors

Full Changelog: v1.5.2...v1.6.0

v1.5.2

20 Jun 09:03
Compare
Choose a tag to compare

What's Changed

  • Get rid of quotes in executeOnRemote command args by @Adambl4 in #112

Full Changelog: v1.5.1...v1.5.2

v1.5.1

02 Jun 14:06
Compare
Choose a tag to compare

What's Changed

  • Fix escaping issues by @Adambl4 in #108
  • Fix init script uploading by @Adambl4 in #109

Full Changelog: v1.5.0...v1.5.1

v1.5.0

29 Jan 12:58
Compare
Choose a tag to compare

What's Changed

  • Subproject upload fix #80
  • Disable mirakle via local.properties #82
  • Prevent build.gradle and settings.gradle evaluation on local machine. Prepare for Gradle 8 #91
  • Make mirakle upload init scripts #92
  • Fix mirakle gradle file #93
  • Use gradlew root folder name as remote destination #94
  • Versions catalog fix #97
  • Do not track state for Mirakle task #98
  • Adding a new parameter to be able to configure the ssh client by @gmerinojimenez #99
  • Disable remote stream modification when running tests #101

New Contributors

v1.4.3

20 Aug 16:28
Compare
Choose a tag to compare

Fix rsync arguments concatenation (#72). Thanks @alaegin
Remove AbstractTask usage (#79). Thanks @dsvoronin

v1.4.2

13 Apr 10:54
Compare
Choose a tag to compare

Fix Gradle 7.0
Publish artifact to Maven Central:

initscript {
    repositories {
        mavenCentral()
    }
    dependencies {
        classpath 'io.github.adambl4:mirakle:1.4.2'
    }
}

v1.4.1

15 Dec 07:18
Compare
Choose a tag to compare

Use FastRegexModifier for remote stream processing. Gives a little bit lower CPU load on local machine (#60)
Fix build isn't starting when mirakle task explicitly passed to args (#59)
Fix Cygwin path (#61)

v1.4.0

29 Nov 08:45
Compare
Choose a tag to compare

Remote execution break mode (#49)
Pass GRADLE_USER_HOME/gradle.properties as command line arguments to remote build. (#52)
Introduce mirakle.properties and mirakle_local.properties (#52)

v1.3.6

03 Sep 10:33
Compare
Choose a tag to compare

Fail build when fallback enabled and remote execution fails (#48)
Support Gradle build scan (#52)

v1.4.0-RC-1

26 Aug 17:14
Compare
Choose a tag to compare

Remote execution break mode (#49 WIP)
Fail build when fallback enabled and remote execution fails (#48)