Search Gradle plugins

Version 1.0.0 (latest)

1.0.0

Created 16 June 2023.

Artifact transforms that help share MPS distribution among multiple projects

Add this plugin to your build using the plugins DSL:

plugins {
  id("com.specificlanguages.mps.artifact-transforms") version "1.0.0"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("com.specificlanguages:artifact-transforms:1.0.0")
      }
    }
    
    apply(plugin = "com.specificlanguages.mps.artifact-transforms")
  • Applying plugins to all subprojects .