KO

Results 2 comments of KO

Until this is resolved, you can do this ``` configurations.configureEach { if (name != 'lintExcludes') { resolutionStrategy.activateDependencyLocking() } } ``` instead of ``` dependencyLocking { lockAllConfigurations() } ```

@scottkurz @bogdandrutu If one were to backport the changes in https://github.com/jakartaee/jakartaee-api/pull/56 applicable to 8.0.x, would that give some impetus to release 8.0.1 to resolve https://github.com/jakartaee/jakartaee-api/issues/97 and and https://github.com/jakartaee/jakartaee-api/issues/136 (this issue)?...