com.innovenso.gradle.scala
Owner: Jurgen Lust
Configures plugins and settings for every Innovenso Scala project
Sources: https://bitbucket.org/innovenso/innovenso-gradle-plugins/
Version 6.3.0 (latest)
6.3.0
Created 07 December 2021.
This plugin version will no longer resolve after JCenter becomes a permanent redirect to Maven Central as it uses dependencies only found in JCenter. See the following blog post for details: https://blog.gradle.org/portal-jcenter-impact
Configures plugins and settings for every Innovenso Scala project
Add this plugin to your build using the plugins DSL:
plugins {
id("com.innovenso.gradle.scala") version "6.3.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.innovenso.gradle:innovenso-gradle-plugins:6.3.0") } } apply(plugin = "com.innovenso.gradle.scala")
- Applying plugins to all subprojects .