Search Gradle plugins

Version 3.0.0-RC11

3.0.0-RC11

Created 11 November 2020.

JSweet Gradle plugin

Add this plugin to your build using the plugins DSL:

plugins {
  id("org.jsweet.jsweet-gradle-plugin") version "3.0.0-RC11"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("gradle.plugin.org.jsweet.v3:jsweet-gradle-plugin:3.0.0-RC11")
      }
    }
    
    apply(plugin = "org.jsweet.jsweet-gradle-plugin")
  • Applying plugins to all subprojects .