Skip to content
Snippets Groups Projects
Commit e3b4bf72 authored by Andreas Fehn's avatar Andreas Fehn
Browse files

Publish plugin to a local ivy repository

parent 70fa8729
Branches
Tags
No related merge requests found
......@@ -4,8 +4,10 @@ plugins {
kotlin("jvm") version "1.2.51"
`kotlin-dsl`
id("java-gradle-plugin")
id("ivy-publish")
}
group = "ecore2java"
version = "0.1.0"
repositories {
......@@ -37,3 +39,9 @@ gradlePlugin {
}
}
}
publishing {
repositories {
ivy("file:$buildDir/repo")
}
}
rootProject.name = "ecore2java-gradle"
rootProject.name = "gradle-plugin"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment