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-r2dbc.git
The following commit(s) were added to refs/heads/main by this push:
new 92024e0 Remove IntegrationTest
92024e0 is described below
commit 92024e0740cb24b8ecfb9cf2f8c4ecc9c39c9abb
Author: Matthew de Detrich <[email protected]>
AuthorDate: Sun May 21 11:33:37 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 ae52015..9dd1abb 100644
--- a/project/CopyrightHeader.scala
+++ b/project/CopyrightHeader.scala
@@ -20,7 +20,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)),
@@ -32,8 +32,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]