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
I encountered one error when I build my app in Oracle Linux (9.2 or 9.3) with openJDK 21
env:
gradle: 8.6
java: 21
os: Oracle Linux 9.2
Here is my settings.gradle
plugins {
id "org.gradle.toolchains.foojay-resolver-convention" version "0.8.0"
}
rootProject.name = 'one'
include 'one-api-app'
include 'one-web-app'
include 'one-common'
What went wrong:
Plugin [id: 'org.gradle.toolchains.foojay-resolver-convention', version: '0.7.0'] was not found in any of the following sources:
Gradle Core Plugins (plugin is not in 'org.gradle' namespace)
Plugin Repositories (could not resolve plugin artifact 'org.gradle.toolchains.foojay-resolver-convention:org.gradle.toolchains.foojay-resolver-convention.gradle.plugin:0.7.0')
Searched in the following repositories:
Gradle Central Plugin Repository
Try:
Run with --stacktrace option to get the stack trace.
Run with --info or --debug option to get more log output.
Run with --scan to get full insights.
Get more help at https://help.gradle.org.
The text was updated successfully, but these errors were encountered:
Hi there,
I encountered one error when I build my app in Oracle Linux (9.2 or 9.3) with openJDK 21
env:
gradle: 8.6
java: 21
os: Oracle Linux 9.2
Here is my settings.gradle
How to reproduce:
step 1: gradle init (multiple subproject)
step2: gradle build
Settings file '/opt/XXXX/data/settings.gradle' line: 10
Plugin [id: 'org.gradle.toolchains.foojay-resolver-convention', version: '0.7.0'] was not found in any of the following sources:
Searched in the following repositories:
Gradle Central Plugin Repository
The text was updated successfully, but these errors were encountered: