Skip to content

Commit a14e12f

Browse files
committed
Add License Files to Package
Previously the LICENSE and NOTICE files were not included in packaged versions of the buildpack. This change adds those files to the package.
1 parent c9912c8 commit a14e12f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ require 'rakelib/stage_buildpack_task'
3838
require 'rakelib/package_task'
3939
require 'rakelib/versions_task'
4040
Package::DependencyCacheTask.new
41-
Package::StageBuildpackTask.new(Dir['bin/**/*', 'config/**/*', 'lib/**/*', 'resources/**/*']
41+
Package::StageBuildpackTask.new(Dir['bin/**/*', 'config/**/*', 'lib/**/*', 'resources/**/*', 'LICENSE', 'NOTICE']
4242
.reject { |f| File.directory? f })
4343
Package::PackageTask.new
4444
Package::VersionsTask.new

0 commit comments

Comments
 (0)