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
throw new Exception("Make sure the 'conclaveRepo' setting exists in gradle.properties, or your \$HOME/gradle.properties file. See the Conclave tutorial on https://docs.conclave.net")
else if (!new File(repoPath, "com").isDirectory())
throw new Exception("The $repoPath directory doesn't seem to exist or isn't a Maven repository; it should be the SDK 'repo' subdirectory. See the Conclave tutorial on https://docs.conclave.net")
url = repoPath
}
// Add standard repositories back.
gradlePluginPortal()
jcenter()
mavenCentral()
}
plugins {
id 'com.r3.conclave.enclave' version conclaveVersion apply false