Skip to content

Commit

Permalink
url and vcs to plugin block
Browse files Browse the repository at this point in the history
  • Loading branch information
crotwell committed Feb 27, 2024
1 parent f380077 commit 618d8b5
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,22 +35,16 @@ publishing {
}
}

/*
pluginBundle {
gradlePlugin {
website = 'https://github.com/crotwell/gradle-macappbundle'
vcsUrl = 'https://github.com/crotwell/gradle-macappbundle.git'
tags = [ 'gradle', 'plugin', 'macappbundle', 'dmg', 'osx']
} */

gradlePlugin {
plugins {
macappbundle {
id = 'edu.sc.seis.macAppBundle'
displayName = 'MacApp Bundle plugin'
description = 'A Gradle Plugin to create a Mac OSX .app application based on the project. '
implementationClass = 'edu.sc.seis.macAppBundle.MacAppBundlePlugin'
tags.set([ 'gradle', 'plugin', 'macappbundle', 'dmg', 'osx'])
}
}
}
Expand Down

0 comments on commit 618d8b5

Please sign in to comment.