Skip to content

Commit

Permalink
Removed Envas references from generic Niagara template
Browse files Browse the repository at this point in the history
  • Loading branch information
envas committed Feb 2, 2020
1 parent 8b812cd commit 00cb2e2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .idea/hotswap_agent.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion templates/niagara-multi-module/rt/rt.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ sourceSets {
dependencies {
compile "Tridium:nre:4.7"
compile "Tridium:baja:4.7"
compile "Neopsis:envasCommons-rt:4.0.0"
}

moduleTestJar {
Expand Down
1 change: 0 additions & 1 deletion templates/niagara-multi-module/ux/ux.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ sourceSets {
dependencies {
compile "Tridium:nre:4.7"
compile "Tridium:baja:4.7"
compile "Neopsis:envas-ux:0.9.0"
compile project(":{{moduleName}}-rt")
}

Expand Down
1 change: 0 additions & 1 deletion templates/niagara-multi-module/wb/wb.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ niagaraModule {
dependencies {
compile "Tridium:nre:4.7"
compile "Tridium:baja:4.7"
compile "Neopsis:envas-wb:0.9.0"
compile project(":{{moduleName}}-rt")
}

Expand Down

0 comments on commit 00cb2e2

Please sign in to comment.