issues
search
nebula-plugins
/
gradle-dependency-lock-plugin
A plugin to allow people using dynamic dependency versions to lock them to specific versions.
Apache License 2.0
293
stars
43
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Avoid using `Task.project` at task execution time
#273
abstratt
opened
1 month ago
0
The documentation is not actual
#272
artemptushkin
opened
2 months ago
0
Plugins should not use Gradle.buildFinished
#271
abstratt
opened
4 months ago
0
CommitLockTask support for SCMs other than Git
#270
Cdevon2
opened
4 months ago
0
Delete gradle.lockfile
#269
LironJit
closed
5 months ago
0
Build fails with configuration cache
#268
pkubowicz
opened
6 months ago
0
Stop using Closure in dependencyFilter
#267
pkubowicz
opened
6 months ago
0
README links to old gradle plugin page
#266
adamhl8
opened
10 months ago
1
Mark tasks as incompatible with config cache
#265
rpalcolea
closed
12 months ago
1
revert breaking changes
#264
rpalcolea
closed
12 months ago
0
generateGlobalLock always includes transitives, by default and even when includeTransitives=false
#263
jphelp32
opened
1 year ago
1
AbstractGenerateLockTask: filter unresolved dependencies
#262
rpalcolea
closed
1 year ago
0
GenerateLockTask: go back to conventionMapping
#261
rpalcolea
closed
1 year ago
0
Configuration cache tests locking
#260
rpalcolea
closed
1 year ago
0
SaveLockTask: avoid using project object when using doFirst
#259
rpalcolea
closed
1 year ago
0
Split generatelock and generategloballock to use ListProperty for ConfigurationResolutionData
#258
rpalcolea
closed
1 year ago
0
GenerateLockTask: use configuration cache compatible APIs
#257
rpalcolea
closed
1 year ago
0
MigrateToCoreLocks tasks: use lazy apis
#256
rpalcolea
closed
1 year ago
0
DiffLockTask: remove usage of Project
#255
rpalcolea
closed
1 year ago
0
DiffLockTask: use lazy apis
#254
rpalcolea
closed
1 year ago
0
GenerateLockTask: stop referring to Project object during task execution
#253
rpalcolea
closed
1 year ago
0
GenerateLockTask: first pass at lazy apis
#252
rpalcolea
closed
1 year ago
0
SaveLockTask: use lazy apis
#251
rpalcolea
closed
1 year ago
0
DependencyLockExtension: Introduce lazy APIs
#250
rpalcolea
closed
1 year ago
0
CommitLockTask: use ExecOperations to run git commands
#249
rpalcolea
closed
1 year ago
0
Replace project.buildDir with project.layout.buildDirectory
#248
rpalcolea
closed
1 year ago
0
Plugin should not use deprecated TaskExecutionListener
#247
mlopatkin
opened
1 year ago
0
Add missing task annotations
#246
rpalcolea
closed
2 years ago
0
Resolved configurations are handled in migrating from Nebula locks to core Gradle locks
#245
OdysseusLives
closed
2 years ago
0
Global locks enhancements to support ignoring configurations from global locks
#244
rpalcolea
closed
2 years ago
0
Plugin should not use the deprecated NameMatcher type
#243
eskatos
closed
1 year ago
2
Update dependencies validator/enhance update lock missing deps message
#242
rpalcolea
closed
2 years ago
0
Update dependencies validations
#241
OdysseusLives
closed
2 years ago
0
DependencyLockExtension: add property to disable coordinate validation
#240
fedorka
closed
2 years ago
1
DependencyLockExtension: validate that updateDependencies coordinates are valid
#239
rpalcolea
closed
2 years ago
0
Filter out configurations that are in initial lock file but are not resolvable anymore
#238
chali
closed
2 years ago
0
Filter out configurations that are in initial lock file but are not present in the project anymore
#237
chali
closed
2 years ago
0
Remove forkEvery configuration
#236
DanielThomas
closed
2 years ago
1
Remove and flag features incompatible for configuration caching
#235
DanielThomas
closed
2 years ago
1
Make sure initial dependency tree construction and already visited nodes process use both the same depth first search
#234
chali
closed
2 years ago
0
CoreLockingHelper: handle new Node types when retrieving task info from executionQueue
#233
rpalcolea
closed
2 years ago
2
Update gradle enterprise plugin to 3.7.2
#232
loganaden
closed
2 years ago
1
Improve dependency cycle detection, it was too aggresive. Properly add all messages for the same cause
#231
chali
closed
2 years ago
0
Global locking handles latest resolution rules plugin update
#230
OdysseusLives
closed
3 years ago
0
Collect selection reasons for path awere diff dependency tree elements. That will allow construct descriptions on visualization end
#229
chali
closed
3 years ago
0
Add requested versions for each node in path based diff to allow conflict resolution analysis on visualization side
#228
chali
closed
3 years ago
0
Improve context of updated dependencies
#227
chali
closed
3 years ago
0
Handle cyclic dependencies and reduce memory footprint of path aware dependency diff
#226
chali
closed
3 years ago
0
Handle missing dependencies lockfile
#225
OdysseusLives
closed
3 years ago
1
Fix merging configuration with the same changes
#224
chali
closed
3 years ago
0
Next