Skip to content
This repository has been archived by the owner on Sep 30, 2020. It is now read-only.

Commit

Permalink
chore(publish): fix publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgeny Shepelyuk committed Sep 4, 2019
1 parent f7e8174 commit 62528b4
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id 'java-gradle-plugin'
id 'groovy'
id 'com.gradle.plugin-publish' version '0.10.1'
id 'com.gradle.plugin-publish' version '0.9.8'
id 'maven-publish'
}

Expand Down Expand Up @@ -29,15 +29,6 @@ test {
}
}

gradlePlugin {
plugins {
gatlingPlugin {
id = 'com.github.lkishalmi.gatling'
implementationClass = 'com.github.lkishalmi.gradle.gatling.GatlingPlugin'
}
}
}

pluginBundle {
website = 'https://github.com/lkishalmi/gradle-gatling-plugin'
vcsUrl = 'https://github.com/lkishalmi/gradle-gatling-plugin'
Expand All @@ -47,6 +38,7 @@ pluginBundle {
plugins {
gatlingPlugin {
displayName = 'Gatling Simulation Execution'
id = 'com.github.lkishalmi.gatling'
}
}
}

0 comments on commit 62528b4

Please sign in to comment.