This is an automated email from the ASF dual-hosted git repository.
mdedetrich pushed a commit to branch main
in repository
https://gitbox.apache.org/repos/asf/incubator-pekko-persistence-dynamodb.git
The following commit(s) were added to refs/heads/main by this push:
new e4a7eb0 Remove IntegrationTest
e4a7eb0 is described below
commit e4a7eb0aa2b088ac97710aaf6904088512c5807c
Author: Matthew de Detrich <[email protected]>
AuthorDate: Sun May 21 11:40:36 2023 +0200
Remove IntegrationTest
---
project/CopyrightHeader.scala | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/project/CopyrightHeader.scala b/project/CopyrightHeader.scala
index 910f3da..ca3fd39 100644
--- a/project/CopyrightHeader.scala
+++ b/project/CopyrightHeader.scala
@@ -23,7 +23,7 @@ trait CopyrightHeader extends AutoPlugin {
override def trigger: PluginTrigger = allRequirements
protected def headerMappingSettings: Seq[Def.Setting[_]] =
- Seq(Compile, Test, IntegrationTest).flatMap { config =>
+ Seq(Compile, Test).flatMap { config =>
inConfig(config)(
Seq(
headerLicense := Some(HeaderLicense.Custom(apacheHeader)),
@@ -35,8 +35,7 @@ trait CopyrightHeader extends AutoPlugin {
}
override def projectSettings: Seq[Def.Setting[_]] =
- Def.settings(headerMappingSettings, additional) ++ Defaults.itSettings ++
- headerSettings(IntegrationTest)
+ Def.settings(headerMappingSettings, additional)
def additional: Seq[Def.Setting[_]] =
Def.settings(Compile / compile := {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]