Skip to content

Commit

Permalink
Update MetaInfLicenseNoticeCopy.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Aug 5, 2023
1 parent 9949e5d commit bbf0d8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/MetaInfLicenseNoticeCopy.scala
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ object MetaInfLicenseNoticeCopy extends AutoPlugin {

override lazy val projectSettings = Seq(
apacheSonatypeLicenseFile := baseDir.value / "legal" / "StandardLicense.txt",
apacheSonatypeDisclaimerFile := Some((LocalRootProject / baseDirectory).value / "DISCLAIMER"))
apacheSonatypeDisclaimerFile := Some(baseDir.value / "DISCLAIMER"))

lazy val runtimeSettings = Seq(
apacheSonatypeLicenseFile := baseDir.value / "legal" / "RuntimeLicense.txt")
Expand Down

0 comments on commit bbf0d8d

Please sign in to comment.