Skip to content

Commit

Permalink
changed vendor to TIBCO
Browse files Browse the repository at this point in the history
  • Loading branch information
sumwale committed Oct 17, 2021
1 parent 358459a commit a477c75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ gradle.taskGraph.whenReady( { graph ->

buildDir = 'build-artifacts'
ext {
vendorName = 'SnappyData, Inc.'
vendorName = 'TIBCO Software Inc.'
scalaBinaryVersion = '2.11'
scalaVersion = scalaBinaryVersion + '.8'
buildDir = 'build-artifacts'
Expand Down Expand Up @@ -115,7 +115,7 @@ task product(type: com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar) {
exclude 'log4j.properties'

if (rootProject.hasProperty('enablePublish')) {
createdBy = 'SnappyData Build Team'
createdBy = vendorName
}
manifest {
attributes(
Expand Down

0 comments on commit a477c75

Please sign in to comment.