added multi-release-jar plugin
This commit is contained in:
@@ -1,12 +1,11 @@
|
||||
/*
|
||||
* This file was generated by the Gradle 'init' task.
|
||||
*
|
||||
* The settings file is used to specify which projects to include in your build.
|
||||
*
|
||||
* Detailed information about configuring a multi-project build in Gradle can be found
|
||||
* in the user manual at https://docs.gradle.org/6.1.1/userguide/multi_project_builds.html
|
||||
*/
|
||||
pluginManagement {
|
||||
plugins {
|
||||
id("org.jetbrains.kotlin.jvm") version "1.3.72" apply false
|
||||
id("com.gradle.plugin-publish") version "0.10.1" apply false
|
||||
}
|
||||
}
|
||||
|
||||
rootProject.name = "my-gradle-plugins"
|
||||
include("dependency-export")
|
||||
include("jpms-check")
|
||||
include("jpms-check")
|
||||
include("multi-release-jar")
|
||||
|
Reference in New Issue
Block a user