Next | Query returned 26 messages, browsing 21 to 30 | previous

History of commit frequency

CVS Commit History:


   2017-09-26 10:18:26 by Filip Hajny | Files touched by this commit (3)
Log message:
Update devel/gradle to 4.2.

Significant changes:

- Parallel native compilation and linking tasks
- Faster zipTree and tarTree
- Better support for script plugins from HTTP/HTTPS URLs
- Support for Google Cloud Storage backed repositories
- Better Play support
- Features for easier plugin authoring
- UX improvements
- Safer handling of stale output files
- Connect to untrusted HTTPS build cache

See full release notes:

  https://docs.gradle.org/4.2/release-notes.html
   2017-09-11 18:01:30 by Filip Hajny | Files touched by this commit (3)
Log message:
Update devel/gradle to 4.1.

Gradle 4.1

- Worker API for safe, concurrent work execution
- Build cache improvements
- Improved Composite Builds
- Console displays parallel test execution

  https://docs.gradle.org/4.1/release-notes.html

Gradle 4.0

- Parallel download of dependencies
- Build cache improvements
- Public type for representing lazily evaluated properties
- Configurable input normalization
- Convenience method for adding Google repository
- User experience improvements

  https://docs.gradle.org/4.0/release-notes.html

Gradle 3.5

- Faster builds with the Gradle Build Cache
- Console with a build summary and more detailed work-in-progress
- Kotlin Build Scripts
- Plugin resolution rules

  https://docs.gradle.org/3.5/release-notes.html
   2017-08-16 22:21:18 by Thomas Klausner | Files touched by this commit (180)
Log message:
Follow some http redirects.
   2017-02-28 09:16:10 by Filip Hajny | Files touched by this commit (3)
Log message:
Update devel/gradle to 3.4. Fix the package to actually work.

Notable changes follow.

Gradle 3.4

- Compile Avoidance. We've introduced a new mechanism for up-to-date
  checking of Java compilation that is sensitive to public API changes
  only.
- A stable incremental Java compiler.
- brand new Java Library Plugin. Use this when building a component
  intended to be used as a dependency from another project.
- The JaCoCo plugin now allows you to enforce code coverage metrics and
  fail the build if they're not met.
- The default version of JaCoCo used by the JaCoCo plugin has been
  raised and the plugin is now Java 9-ready.
- The Checkstyle plugin now allows a maximum number of warnings or
  errors to be configured.

  https://docs.gradle.org/3.4/release-notes.html

Gradle 3.3

- This release of Gradle makes the gradle tasks report much faster for
  medium-to-large projects.
- It is now possible to compile native applications using Visual Studio
  2015.
- Kotlin build script support has further improved with significantly
  faster startup performance, increased API parity with Groovy-based
  build scripts, and better interoperability with Groovy plugins.
- Scala compilation startup time in large multi-project builds has been
  improved through enhancements to Gradle's integration with the Zinc
  Scala compiler.
- Tooling API generates more progress events.
- The Gradle GUI has been deprecated and will be removed in Gradle 4.0.

  https://docs.gradle.org/3.3/release-notes.html

Gradle 3.2.1

- GRADLE-3582: Gradle wrapper fails to escape arguments with nested
  quotes
- GRADLE-3583: Newlines in environment variables used by the wrapper
  breaks application plugin shell script

Gradle 3.2

- Incremental build support, which now has better up-to-date checking
  for Java compilation, copying, and archiving.
- The buildDependents task is now available in native builds as well via
  new assembleDependents and buildDependents tasks.
- Significantly improved import times.
- Improved support for multi-project builds with Kotlin.
- The shortcut syntax for declaring tasks (via <<) has now been
  deprecated.

  https://docs.gradle.org/3.2/release-notes.html

Gradle 3.1

- Composite Builds for multi-project builds where not all projects are
  in the same directory hierarchy.
- Incremental Build support.
- Faster dependency resolution.
- Build cancellation has improved when using the Daemon.

  https://docs.gradle.org/3.1/release-notes.html
   2017-02-07 01:04:40 by Thomas Klausner | Files touched by this commit (1)
Log message:
Improve version.
   2017-02-06 23:25:24 by Maya Rashish | Files touched by this commit (5)
Log message:
Add package gradle.

Gradle is a Java based build tool which allows creating
project build scripts using a domain-specific language
based on Groovy.

Packaged on pkgsrc-wip by asiekierka, thanks!

Next | Query returned 26 messages, browsing 21 to 30 | previous