Fiouz

Results 13 issues of Fiouz

Apply the plugin on its own build. Same purpose as #92 but without depending on a previous version.

- Upgrade Gradle from 7.0 to 7.5 - Update the existing unit test to test Gradle 7.5 - Also add GitHub Gradle Wrapper binary checking to avoid tampering

While working on #209 to make use of [inferred task dependencies](https://docs.gradle.org/7.5/userguide/more_about_tasks.html#sec:inferred_task_dependencies) on the `processResources` task (instead of depending on the dependent `classes` task), it seems there is an issue with...

Windows uses the \ backslash character as the directory separator, which interferes with the standard Groovy escaping.

# Context Gradle 7.5 ``` ------------------------------------------------------------ Gradle 7.5 ------------------------------------------------------------ Build time: 2022-07-14 12:48:15 UTC Revision: c7db7b958189ad2b0c1472b6fe663e6d654a5103 Kotlin: 1.6.21 Groovy: 3.0.10 Ant: Apache Ant(TM) version 1.10.11 compiled on July 10 2021...

### Version 3.0.2 ### Reproduction link [https://router.vuejs.org/api/](https://router.vuejs.org/api/) ### Steps to reproduce 1. Read the API documentation at https://router.vuejs.org/api/#routes for the `routes` router construction options and see that the `routes` field...

docs

### Description Versions previously listed in Maven Central artifacts metadata (`maven-metadata.xml`) are no longer listed, breaking workflows that rely on automatically identifying available versions (with or without locking). Examples: *...

feedback-provided

# Context - Hosting of binary on custom host - Package with working mirroring migrated from node-pre-gyp to prebuild-install - Migration did not change host - https://github.com/prebuild/prebuild-install/blob/8250adf958fcec6fb3ddfcd7dd5ceb0e0e29e419/util.js#L46-L60 # Issue Even...

It is unlikely that the original intent was to expose getters such as `getBUILT_BY_PROPERTY()`, so change those properties to `public` fields, for the benefit of a clearer API, and more...

# Summary Missing up-to-date checks for Jar tasks: when data collected by `nebula.info` changes (e.g. Git commit), it should invalidate any previous jar tasks, instead of reusing the old task...