Skip to content

Commit

Permalink
Merge pull request #8 from progress/updatebuildfile
Browse files Browse the repository at this point in the history
Update build.gradle
  • Loading branch information
dambenso authored Nov 6, 2019
2 parents 798c90a + fe53e55 commit 670ed43
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ plugins {
}

version = "0.2.1"
group = 'oe.espresso.latte'
group = 'oe.espresso'

ext {
vcsBaseUrl = 'https://github.com/progress/latte'
Expand Down Expand Up @@ -101,6 +101,8 @@ pluginBundle {
website = 'https://github.com/progress/latte'
vcsUrl = vcsBaseUrl
tags = ['abl', 'pct']
description = "oe.espresso"
version = "0.2.1"
}


Expand All @@ -111,6 +113,7 @@ pluginList.each { plugin ->
plugins {
create(plugin.id) {
id = plugin.id
displayName = 'oe.espresso.latte'
implementationClass = plugin.implementationClass
}
}
Expand Down

0 comments on commit 670ed43

Please sign in to comment.