File tree Expand file tree Collapse file tree 12 files changed +101
-7
lines changed
src/main/scala/za/co/absa/spark/hats Expand file tree Collapse file tree 12 files changed +101
-7
lines changed Original file line number Diff line number Diff line change 1+ #
2+ # Copyright 2019 ABSA Group Limited
3+ #
4+ # Licensed under the Apache License, Version 2.0 (the "License");
5+ # you may not use this file except in compliance with the License.
6+ # You may obtain a copy of the License at
7+ # http://www.apache.org/licenses/LICENSE-2.0
8+ #
9+ # Unless required by applicable law or agreed to in writing, software
10+ # distributed under the License is distributed on an "AS IS" BASIS,
11+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+ # See the License for the specific language governing permissions and
13+ # limitations under the License.
14+ #
15+
116# top-most EditorConfig file
217root = true
318
Original file line number Diff line number Diff line change 1+ #
2+ # Copyright 2019 ABSA Group Limited
3+ #
4+ # Licensed under the Apache License, Version 2.0 (the "License");
5+ # you may not use this file except in compliance with the License.
6+ # You may obtain a copy of the License at
7+ # http://www.apache.org/licenses/LICENSE-2.0
8+ #
9+ # Unless required by applicable law or agreed to in writing, software
10+ # distributed under the License is distributed on an "AS IS" BASIS,
11+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+ # See the License for the specific language governing permissions and
13+ # limitations under the License.
14+ #
15+
116name : Run Tests
217
318on :
Original file line number Diff line number Diff line change 1+ #
2+ # Copyright 2019 ABSA Group Limited
3+ #
4+ # Licensed under the Apache License, Version 2.0 (the "License");
5+ # you may not use this file except in compliance with the License.
6+ # You may obtain a copy of the License at
7+ # http://www.apache.org/licenses/LICENSE-2.0
8+ #
9+ # Unless required by applicable law or agreed to in writing, software
10+ # distributed under the License is distributed on an "AS IS" BASIS,
11+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+ # See the License for the specific language governing permissions and
13+ # limitations under the License.
14+ #
15+
116# use glob syntax.
217syntax: glob
318* .ser
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ lazy val hats = (project in file("."))
4343 libraryDependencies ++= SparkHatsDependencies :+ getScalaDependency(scalaVersion.value),
4444 releasePublishArtifactsAction := PgpKeys .publishSigned.value,
4545 Test / fork := true
46- )
46+ ).enablePlugins( AutomateHeaderPlugin )
4747
4848// release settings
4949releaseCrossBuild := true
Original file line number Diff line number Diff line change 1+ #
2+ # Copyright 2019 ABSA Group Limited
3+ #
4+ # Licensed under the Apache License, Version 2.0 (the "License");
5+ # you may not use this file except in compliance with the License.
6+ # You may obtain a copy of the License at
7+ # http://www.apache.org/licenses/LICENSE-2.0
8+ #
9+ # Unless required by applicable law or agreed to in writing, software
10+ # distributed under the License is distributed on an "AS IS" BASIS,
11+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+ # See the License for the specific language governing permissions and
13+ # limitations under the License.
14+ #
15+
116sbt.version =1.4.5
Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright 2019 ABSA Group Limited
3+ *
4+ * Licensed under the Apache License, Version 2.0 (the "License");
5+ * you may not use this file except in compliance with the License.
6+ * You may obtain a copy of the License at
7+ *
8+ * http://www.apache.org/licenses/LICENSE-2.0
9+ *
10+ * Unless required by applicable law or agreed to in writing, software
11+ * distributed under the License is distributed on an "AS IS" BASIS,
12+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+ * See the License for the specific language governing permissions and
14+ * limitations under the License.
15+ */
16+
117addSbtPlugin(" com.jsuereth" % " sbt-pgp" % " 2.0.0" )
2- addSbtPlugin(" de.heikoseeberger" % " sbt-header" % " 5.2.0" )
318addSbtPlugin(" com.github.gseitz" % " sbt-release" % " 1.0.12" )
19+ addSbtPlugin(" de.heikoseeberger" % " sbt-header" % " 5.6.0" )
20+
Original file line number Diff line number Diff line change 11/*
2- * Copyright 2020 ABSA Group Limited
2+ * Copyright 2019 ABSA Group Limited
33 *
44 * Licensed under the Apache License, Version 2.0 (the "License");
55 * you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 11/*
2- * Copyright 2020 ABSA Group Limited
2+ * Copyright 2019 ABSA Group Limited
33 *
44 * Licensed under the Apache License, Version 2.0 (the "License");
55 * you may not use this file except in compliance with the License.
66 * You may obtain a copy of the License at
7+ *
78 * http://www.apache.org/licenses/LICENSE-2.0
89 *
910 * Unless required by applicable law or agreed to in writing, software
Original file line number Diff line number Diff line change 11/*
2- * Copyright 2020 ABSA Group Limited
2+ * Copyright 2019 ABSA Group Limited
33 *
44 * Licensed under the Apache License, Version 2.0 (the "License");
55 * you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 11/*
2- * Copyright 2020 ABSA Group Limited
2+ * Copyright 2019 ABSA Group Limited
33 *
44 * Licensed under the Apache License, Version 2.0 (the "License");
55 * you may not use this file except in compliance with the License.
You can’t perform that action at this time.
0 commit comments