restore java sdk
This commit is contained in:
14
sdk/java/settings.gradle
generated
Normal file
14
sdk/java/settings.gradle
generated
Normal file
@@ -0,0 +1,14 @@
|
||||
// *** WARNING: this file was generated by pulumi-java-gen. ***
|
||||
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
||||
|
||||
pluginManagement {
|
||||
repositories {
|
||||
maven { // The google mirror is less flaky than mavenCentral()
|
||||
url("https://maven-central.storage-download.googleapis.com/maven2/")
|
||||
}
|
||||
gradlePluginPortal()
|
||||
}
|
||||
}
|
||||
|
||||
rootProject.name = "com.pulumi.docker-build"
|
||||
include("lib")
|
||||
Reference in New Issue
Block a user