A Gradle plugin for the Java SDK for Oracle Cloud Infrastructure
Warning
|
This plugin is not endorsed by Oracle nor does the company provide any support for it. |
Option #1
buildscript {
repositories {
gradlePluginPortal()
}
dependencies {
classpath 'org.kordamp.gradle:oci-gradle-plugin:0.10.0'
}
}
apply plugin: 'org.kordamp.gradle.oci'
Option #2
plugins {
id 'org.kordamp.gradle.oci' version '0.10.0'
}
Refer to the guide for further information on configuration and usage.