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 master
No related tags found
No related merge requests found
...@@ -4,8 +4,10 @@ plugins { ...@@ -4,8 +4,10 @@ plugins {
kotlin("jvm") version "1.2.51" kotlin("jvm") version "1.2.51"
`kotlin-dsl` `kotlin-dsl`
id("java-gradle-plugin") id("java-gradle-plugin")
id("ivy-publish")
} }
group = "ecore2java"
version = "0.1.0" version = "0.1.0"
repositories { repositories {
...@@ -37,3 +39,9 @@ gradlePlugin { ...@@ -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