You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When declaring repositories in the dependencyResolutionManagement block in the settings file and setting the repositoryMode to RepositoriesMode.FAIL_ON_PROJECT_REPOS the build will fail with an exception.
An exception occurred applying plugin request [id: 'edu.sc.seis.launch4j', version: '3.0.6']
> Failed to apply plugin 'edu.sc.seis.launch4j'.
> Build was configured to prefer settings repositories over project repositories but repository 'MavenRepo' was added by plugin 'edu.sc.seis.launch4j'
This seems to be caused by the plugin configuring maven central as the default repository when no project repositories are configured, see
When declaring repositories in the
dependencyResolutionManagement
block in the settings file and setting therepositoryMode
toRepositoriesMode.FAIL_ON_PROJECT_REPOS
the build will fail with an exception.This seems to be caused by the plugin configuring maven central as the default repository when no project repositories are configured, see
gradle-launch4j/src/main/groovy/edu/sc/seis/launch4j/Launch4jPlugin.groovy
Lines 81 to 84 in 745c0cd
The text was updated successfully, but these errors were encountered: