Disable foojay-resolver plugin due to network restrictions
This plugin is for automatic Java toolchain resolution and is not critical for the build.
This commit is contained in:
parent
a35b161a4e
commit
c0a25acac0
|
|
@ -5,8 +5,9 @@ pluginManagement {
|
|||
}
|
||||
}
|
||||
|
||||
plugins {
|
||||
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.9.0'
|
||||
}
|
||||
// Disabled due to network restrictions
|
||||
//plugins {
|
||||
// id 'org.gradle.toolchains.foojay-resolver-convention' version '0.9.0'
|
||||
//}
|
||||
|
||||
include('coremod')
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user