/oci-gradle-plugin

OCI Java SDK Gradle Plugin

Primary LanguageGroovyApache License 2.0Apache-2.0

oci-gradle-plugin

ASL2 Licensed Build Status Gradle Plugin Portal, link=


Warning
This plugin is not endorsed by Oracle nor does the company provide any support for it.

Usage

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.

Requirements

  • Java 8

  • Gradle 6.9