gowhere2008 opened a new issue, #10614:
URL: https://github.com/apache/gravitino/issues/10614
### Version
main branch
### Describe what's wrong
when i run ./gradlew build report the error info
Plugin [id: 'com.github.vlsi.gradle-extensions', version: '1.74'] was not
found in any of the following sources
IMO, current gradle warpper version 8.2 has imcompatibility issue,
### Error message and/or stacktrace
Plugin [id: 'com.github.vlsi.gradle-extensions', version: '1.74'] was not
found in any of the following sources
my pluginManagement repositories as follow
gradlePluginPortal()
maven { url = uri("https://plugins.gradle.org/m2/") }
maven { name = "VLSI"; url =
uri("https://dl.bintray.com/vlsi/gradle-plugins/") }
google()
maven { url = uri("https://maven.aliyun.com/repository/public") }
maven { url = uri("https://maven.aliyun.com/repository/gradle-plugin") }
### How to reproduce
1.2.0
### Additional context
_No response_
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]