mirror of
				https://github.com/gradle/gradle-build-action.git
				synced 2025-11-04 09:58:56 +08:00 
			
		
		
		
	Supply plugin portal URL directly
The 'gradlePluginPortal()' convenience isn't supported in older Gradle versions.
This commit is contained in:
		@@ -1,6 +1,6 @@
 | 
			
		||||
buildscript {
 | 
			
		||||
  repositories {
 | 
			
		||||
    gradlePluginPortal()
 | 
			
		||||
    maven { url "https://plugins.gradle.org/m2/" }
 | 
			
		||||
  }
 | 
			
		||||
  dependencies {
 | 
			
		||||
    classpath "org.gradle:github-dependency-graph-gradle-plugin:0.0.3"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user