1. 28 Sep, 2015 1 commit
    • LE Manh Cuong's avatar
      Encode64 Plugin - Fix wrong `echo` usage · 758195cb
      LE Manh Cuong authored
      Currently, encode64 plugin using `echo -n` to print the content
      of $1 variable. This approach will not work with arbitrary data,
      which contains sequence of escaped characters, since when many
      `echo` implementation will expand them.
      
      This commit chage the usage to `printf`, which is builtin in all
      POSIX shells and can print arbitrary data reliability.
      758195cb
  2. 25 Sep, 2015 1 commit
  3. 24 Sep, 2015 3 commits
  4. 23 Sep, 2015 1 commit
  5. 21 Sep, 2015 7 commits
  6. 18 Sep, 2015 1 commit
  7. 17 Sep, 2015 1 commit
    • Alexander Olsson's avatar
      Use local gradlew · 5cf0a012
      Alexander Olsson authored
      Instead of requiring to add `cwd` to path, just use `gradlew` from the local folder. This is how most gradle wrapper projects are laid out
      5cf0a012
  8. 16 Sep, 2015 3 commits
  9. 14 Sep, 2015 2 commits
  10. 11 Sep, 2015 6 commits
  11. 09 Sep, 2015 2 commits
  12. 07 Sep, 2015 3 commits
  13. 05 Sep, 2015 7 commits
  14. 04 Sep, 2015 1 commit
  15. 03 Sep, 2015 1 commit