Skip to content

Commit

Permalink
Included maven - specific configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
mahnkong committed Mar 12, 2016
1 parent cfbdfaf commit 3759051
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
buildscript {
repositories {
maven {
url "https://plugins.gradle.org/m2/"
}
}
dependencies {
classpath "com.gradle.publish:plugin-publish-plugin:0.9.4"
}
}

plugins {
id "com.jfrog.bintray" version "1.6"
id "com.gradle.plugin-publish" version "0.9.4"
}

apply plugin: 'groovy'
Expand Down Expand Up @@ -101,12 +111,12 @@ publishing {
pluginBundle {
website = project.ext.scmUrl
vcsUrl = project.ext.scmUrl
description = project.ext.projectDescription
tags = ['neo4j', 'task', 'graph']

plugins {
gteg2neo4jPlugin {
id = "${group}.gteg2neo4j"
description = project.ext.projectDescription
displayName = 'Gradle TaskExecutionGraph to Neo4j plugin'
}
}
Expand Down

0 comments on commit 3759051

Please sign in to comment.