Up to [cvs.NetBSD.org] / pkgsrc / devel / gradle
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.19 / (download) - annotate - [select for diffs], Tue Oct 26 10:14:48 2021 UTC (22 months, 3 weeks ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base,
pkgsrc-2023Q2,
pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
HEAD
Changes since 1.18: +2 -2
lines
Diff to previous 1.18 (colored)
archivers: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes Could not be committed due to merge conflict: devel/py-traitlets/distinfo The following distfiles were unfetchable (note: some may be only fetched conditionally): ./devel/pvs/distinfo pvs-3.2-solaris.tgz ./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
Revision 1.18 / (download) - annotate - [select for diffs], Thu Oct 7 13:39:42 2021 UTC (23 months, 2 weeks ago) by nia
Branch: MAIN
Changes since 1.17: +1 -2
lines
Diff to previous 1.17 (colored)
devel: Remove SHA1 hashes for distfiles
Revision 1.17 / (download) - annotate - [select for diffs], Fri Mar 12 22:50:42 2021 UTC (2 years, 6 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1
Changes since 1.16: +5 -5
lines
Diff to previous 1.16 (colored)
gradle: Update to 6.8.3 Changelog: Too long. It includes: * Outdated TLS/SSL is disabled by default. * Fix bugs. * Improve performance. * Improve Kotlin DSL script support.
Revision 1.16 / (download) - annotate - [select for diffs], Thu Jan 2 20:10:01 2020 UTC (3 years, 8 months ago) by abs
Branch: MAIN
CVS Tags: pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1
Changes since 1.15: +5 -5
lines
Diff to previous 1.15 (colored)
Updated devel/gradle to 4.10.3 [#7500] - Please back port 7059 fix to 4.10.3 [#7014] - Gradle 4.10.1+ is unable to build a working war project within a ear project if scala plugin is used [#6849] - 4.10.1 & 4.10.2: Cannot publish artifact 'compileScala.mapping' (PATH) as it does not exist. Given the dropping of backwards compatibility in later gradle versions we are probably at the point where we should split this into gradle{4,5,6} packages
Revision 1.15 / (download) - annotate - [select for diffs], Tue Nov 20 21:26:39 2018 UTC (4 years, 10 months ago) by schmonz
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3,
pkgsrc-2019Q2-base,
pkgsrc-2019Q2,
pkgsrc-2019Q1-base,
pkgsrc-2019Q1,
pkgsrc-2018Q4-base,
pkgsrc-2018Q4
Changes since 1.14: +5 -5
lines
Diff to previous 1.14 (colored)
Update to 4.10.2. From the changelog: - [#6750] Gradle fails to resolve project dependencies against Scala projects - [#6747] Candidate set provided to `AttributeDisambiguationRule` contains null entry - [#6735] Dependent module Scala compilation in test context fails for 4.10.1
Revision 1.14 / (download) - annotate - [select for diffs], Wed Sep 12 21:35:26 2018 UTC (5 years ago) by fhajny
Branch: MAIN
CVS Tags: pkgsrc-2018Q3-base,
pkgsrc-2018Q3
Changes since 1.13: +5 -5
lines
Diff to previous 1.13 (colored)
devel/gradle: Update to 4.10.1. This bug-fix release addresses 6 regressions in Gradle 4.10: - FileTreeElement.getPath() returns absolute system dependent filepath. - Up-to-date checks for missing files can be incorrect - Gradle fails when no incremental compile snapshot data available. - Gradle 4.10 incorrect ordering between dependencies of dependent tasks. - tasks.withType(ScalaCompile::class.java).configureEach fails on multi-project builds. - Double deprecation message when using publishing plugin.
Revision 1.13 / (download) - annotate - [select for diffs], Tue Sep 4 13:57:30 2018 UTC (5 years ago) by fhajny
Branch: MAIN
Changes since 1.12: +5 -5
lines
Diff to previous 1.12 (colored)
devel/gradle: Update to 4.10.0. - Improved incremental Java compiler. - Periodically clean up unused /caches under GRADLE_USER_HOME and project root directories. - Kotlin DSL version 1.0 RC3. - Configuration avoidance, buildSrc refactoring propagation to the IDE, and lots of DSL polish. - You can now use SNAPSHOT plugin versions with the plugins {} and pluginManagement {} blocks. - Included builds can now be nested.
Revision 1.12 / (download) - annotate - [select for diffs], Wed Jul 18 14:27:52 2018 UTC (5 years, 2 months ago) by fhajny
Branch: MAIN
Changes since 1.11: +5 -5
lines
Diff to previous 1.11 (colored)
devel/gradle: Update to 4.9. - Projects that publish auxiliary publications through maven-publish and ivy-publish can now be depended upon by other projects in the same build. - In addition to lazy tasks use, Kotlin DSL build scripts are evaluated faster with version 0.18.4. - You can now pass arguments to JavaExec tasks directly from the command-line using --args. - Improved dependency insight report.
Revision 1.11 / (download) - annotate - [select for diffs], Tue Jun 5 09:15:31 2018 UTC (5 years, 3 months ago) by fhajny
Branch: MAIN
CVS Tags: pkgsrc-2018Q2-base,
pkgsrc-2018Q2
Changes since 1.10: +5 -5
lines
Diff to previous 1.10 (colored)
devel/gradle: Update to 4.8.0. - Dependency locking - Improvements to publishing plugins: - Signing Plugin now supports signing all artifacts of a publication - Maven Publish Plugin now provides a dedicated, type-safe DSL to customize the POM generated as part of a Maven publication - Ivy Publish Plugin now provides a dedicated, type-safe DSL to customize the Ivy module descriptor generated as part of an Ivy publication - Configuration-wide dependency excludes are now published - The maven-publish and ivy-publish plugins are now considered stable and use of the maven plugin is discouraged as it will eventually be deprecated - User experience for incremental annotation processing is improved. - Compilation will no longer fail when a processor does something that Gradle detects will not work incrementally - Unused non-incremental processors no longer prevent incremental compilation - Annotation processors are now able to decide dynamically if they are incremental or not - Kotlin DSL 0.17.5
Revision 1.10 / (download) - annotate - [select for diffs], Thu Apr 19 07:56:39 2018 UTC (5 years, 5 months ago) by fhajny
Branch: MAIN
Changes since 1.9: +5 -5
lines
Diff to previous 1.9 (colored)
devel/gradle: Update to 4.7. - Gradle's incremental Java compiler can now run annotation processing incrementally. - Support for Gradle builds with JDK 10 - Gradle log output is now grouped by task for non-interactive execution. - Failed tests now run first. Together with the --fail-fast option it provides the quickest possible feedback loop. - Incubating new capability for Kotlin DSL users: precompiled script plugins. - Kotlin DSL v0.16 also includes Kotlin 1.2.31, a more consistent API, better IDE support, and more.
Revision 1.9 / (download) - annotate - [select for diffs], Fri Mar 2 10:28:58 2018 UTC (5 years, 6 months ago) by fhajny
Branch: MAIN
CVS Tags: pkgsrc-2018Q1-base,
pkgsrc-2018Q1
Changes since 1.8: +5 -5
lines
Diff to previous 1.8 (colored)
devel/gradle: Update to 4.6 == Gradle 4.6 - JUnit 5 support - Fail fast option for Test tasks - Allow declared reasons for dependency and resolution rules - Dependency constraints for transitive dependencies - BOM import - Support for optional dependencies in POM consumption - Compile/runtime scope separation in POM consumption - Customizable metadata file resolution - Convenient declaration of annotation processor dependencies - Tasks API allows custom command-line options - Rich command-line arguments for Test, JavaExec or Exec tasks - Logging options for debugging build caching - Caching for Scala compilation when using the play plugin - Improved Visual Studio IDE support for multi-project builds - Improvements in gradle-native plugins - Documentation updates - Honour cache-expiry settings in the presence of detached configurations - Default JaCoCo version upgraded to 0.8.0 - Build cache and task output caching marked stable - TestKit marked stable - CompileOptions.annotationProcessorPath now stable - Bugfixes Release notes: https://docs.gradle.org/4.6/release-notes.html == Gradle 4.5.1 - Fixed regression in 4.5 where in some rare cases a dependency could be imported into a different scope than the one declared - Fixed problem where NullPointerException could be observed if the parent build finished before the different composites - Fixed regression in Eclipse project generation that could cause a sub-project to be added as a dependency to itself == Gradle 4.5 - C/C++ compilation improvements - ANTLR task is now cacheable by default - Documentation enhancements - Signing artifacts with gpg-agent - Reduced deprecation logging in console - Init task can now generate Kotlin DSL build scripts - New plugin APIs - Default CodeNarc has been upgraded to 1.0 - Configure executable directory in distributions - Arbitrary task property names - Bugfixes Release notes: https://docs.gradle.org/4.5/release-notes.html
Revision 1.8 / (download) - annotate - [select for diffs], Tue Jan 2 09:38:03 2018 UTC (5 years, 8 months ago) by fhajny
Branch: MAIN
Changes since 1.7: +5 -5
lines
Diff to previous 1.7 (colored)
Update devel/gradle to 4.4.1. - We started shipping JGit 4.5.3.201708160445-r in Gradle 4.4. Some of the non-shaded JGit resources leaked into the gradleApi() dependency and caused problems in some builds. We now shade all of JGit's resources. - Some builds using Kotlin DSL had problems applying the build-scan plugin in Gradle 4.4. We've updated to kotlin-dsl 0.13.2. - Gradle 4.4 contained changes to internal APIs that broke the popular Nebula dependency lock plugin. This release restores binary compatibility for that plugin.
Revision 1.7 / (download) - annotate - [select for diffs], Tue Dec 19 14:05:18 2017 UTC (5 years, 9 months ago) by fhajny
Branch: MAIN
CVS Tags: pkgsrc-2017Q4-base,
pkgsrc-2017Q4
Changes since 1.6: +5 -5
lines
Diff to previous 1.6 (colored)
Update devel/gradle to 4.4. - Visual Studio 2017 is now supported. - The eclipse plugin now provides separate output folders - Kotlin DSL updated to version 0.13 - Support version ranges in parent elements of a POM - Better incremental builds and build cache support for C/C++ - Support for the combination of Play 2.6 and Scala 2.12 - Takes all plugin repositories into account and can resolve transitive plugin dependencies across them.
Revision 1.6 / (download) - annotate - [select for diffs], Thu Nov 16 14:52:21 2017 UTC (5 years, 10 months ago) by fhajny
Branch: MAIN
Changes since 1.5: +5 -5
lines
Diff to previous 1.5 (colored)
Update devel/gradle to 4.3.1. This bug-fix release addresses several regressions in Gradle 4.3. - Gradle 4.3 introduced an improvement where an error in resolving a module from one repository would prevent Gradle from searching for that same module in subsequent repositories. However, the change to abort searching repositories on all unrecognized errors proved to be too aggressive. With 4.3.1, only repository timeout errors will prevent Gradle from searching for a module in a subsequent repository. - Moreover, the connection and socket timeouts for HTTP/HTTPS requests have been increased to 30 seconds. - This version of Gradle also removes an overload of TaskInputs.property which caused statically compiled plugin code to use the wrong method when calling TaskInputs.property(..., null). - Finally, when using --scan the build scan plugin is applied before other plugins to avoid rendering a warning message.
Revision 1.5 / (download) - annotate - [select for diffs], Wed Nov 1 18:22:18 2017 UTC (5 years, 10 months ago) by fhajny
Branch: MAIN
Changes since 1.4: +5 -5
lines
Diff to previous 1.4 (colored)
Update devel/gradle to 4.3. - Experimental build cache support for C and C++ compilation. - Gradle Kotlin DSL v0.12 - You can now use the build scan plugin without configuring it in your build. - Gradle now defines connection and socket timeouts for all HTTP(S) requests. - The plugins {} DSL can now be used in more cases. - The runtime task inputs API is now more consistent with the statically-compiled API. - New console verbose mode will print outcomes of all tasks like Gradle 3.5 and earlier did. - New task output DirectoryProperty and RegularFileProperty types.
Revision 1.4 / (download) - annotate - [select for diffs], Tue Sep 26 08:18:26 2017 UTC (5 years, 11 months ago) by fhajny
Branch: MAIN
Changes since 1.3: +5 -5
lines
Diff to previous 1.3 (colored)
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
Revision 1.3 / (download) - annotate - [select for diffs], Mon Sep 11 16:01:30 2017 UTC (6 years ago) by fhajny
Branch: MAIN
CVS Tags: pkgsrc-2017Q3-base,
pkgsrc-2017Q3
Changes since 1.2: +5 -5
lines
Diff to previous 1.2 (colored)
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
Revision 1.2 / (download) - annotate - [select for diffs], Tue Feb 28 08:16:09 2017 UTC (6 years, 6 months ago) by fhajny
Branch: MAIN
CVS Tags: pkgsrc-2017Q2-base,
pkgsrc-2017Q2,
pkgsrc-2017Q1-base,
pkgsrc-2017Q1
Changes since 1.1: +5 -5
lines
Diff to previous 1.1 (colored)
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
Revision 1.1 / (download) - annotate - [select for diffs], Mon Feb 6 22:25:24 2017 UTC (6 years, 7 months ago) by maya
Branch: MAIN
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!