Search Gradle plugins

Version 1.3.15

1.3.15

Created 21 November 2016.

Plugin to automate the compilation of Slice files to Java

Add this plugin to your build using the plugins DSL:

plugins {
  id("com.zeroc.gradle.ice-builder.slice") version "1.3.15"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("gradle.plugin.com.zeroc.gradle.ice-builder:slice:1.3.15")
      }
    }
    
    apply(plugin = "com.zeroc.gradle.ice-builder.slice")
  • Applying plugins to all subprojects .