gradle-offline-dependencies-plugin icon indicating copy to clipboard operation
gradle-offline-dependencies-plugin copied to clipboard

Store project dependencies alongside your code for reproducible offline builds

Results 17 gradle-offline-dependencies-plugin issues
Sort by recently updated
recently updated
newest added

Hey! Great plugin. I recognized that dependencies defined in the buildscript of script plugins are not fetched. Example: ``` # plugin.gradle buildscript { repositories { ... } dependencies { classpath...

Hi, I'm trying to use this with gradle 7, but I'm getting the following: ``` > Task :updateOfflineRepository FAILED FAILURE: Build failed with an exception. * What went wrong: A...

I got a "Plugin with id 'io.pry.gradle.offline_dependencies' not found." error when running with gradle4.6. The gradle file is same as the example.

Gradle added support for Maven BOM files dependency in 5.0 version (https://docs.gradle.org/5.0/userguide/managing_transitive_dependencies.html#sec:bom_import). When I try to use the new platform dependency in my build it fails to resolve dependencies with...

The way it works, it breaks using things like the DependencyLock plugin

This allows build with both maven and ivy repositories to work when the ivy.xml contains custom configurations.

It seems you have to define your build script plug-ins using a 'buildscript' block. The newer 'plugins' block seems to be misinterpreted and it's not downloading the required poms/jars. I...

It is very convenient to have one offline repository that is at the root of the project instead of one per sub project. Currently the plugin fails because multiple sub-projects...