Chris Doré

Results 10 comments of Chris Doré

My 2 cents on forcing Java 8 on plugin users; Please consider supporting the same Java versions as Gradle, without requiring workarounds. This means, if you are supporting Gradle 2.x,...

I agree, that sounds fair enough. Covers my concerns for at least Gradle 3 and should help support the widest user base.

The license file contains the BSD-3-Clause license text with the copyright holder changed to Yahoo. It is still the BSD-3-Clause license in spirit.

Playing around with some ideas. https://github.com/oesolutions/spring-boot/compare/main...oesolutions:spring-boot:catalog2 Example usage: `settings.gradle.kts` ``` plugins { id("org.springframework.boot.settings") version "3.2.1-SNAPSHOT" } // OR if not using the above settings plugin: dependencyResolutionManagement { versionCatalogs { val...

> I'd be plenty happy if spring generated a flat version of a "libs.versions.toml" file that I had to get from the repo, that had no versions defined in it....

If I was now working on what I did back in Nov, I would agree with you and put the versions in the catalog. However, even with a no-ver-catalog, the...

This ospackage plugin does not use `rpmbuild` nor spec files and has no links/references to the macros in question. It generates the rpm using pure java via the [redline](https://github.com/craigwblake/redline) library.

@ruedigerblock did you ever make progress on this? I just encountered the same issue.

A late reply, but in case anyone else comes here with a similar question... The OS rpm tag is simply Os.LINUX in that scenario, not a specific distribution of Linux....

@AlbertoFernandez-devops, @sydneykwok made changes in this branch https://github.com/pason-systems/deltarpm/tree/uncomp-md5