Closed lptr closed 6 years ago
This code has no effect:
inputs.properties.put('project configurations', { this.projectConfigurations })
https://github.com/ysb33r/ivypot-gradle-plugin/blob/master/src/main/groovy/org/ysb33r/gradle/ivypot/OfflineRepositorySync.groovy#L60-L62
Please use this instead:
inputs.property('project configurations', { this.projectConfigurations })
Nice find.
Will be fixed in 0.7.
This code has no effect:
https://github.com/ysb33r/ivypot-gradle-plugin/blob/master/src/main/groovy/org/ysb33r/gradle/ivypot/OfflineRepositorySync.groovy#L60-L62
Please use this instead: