File tree Expand file tree Collapse file tree 15 files changed +228
-23
lines changed
Expand file tree Collapse file tree 15 files changed +228
-23
lines changed Original file line number Diff line number Diff line change 1+ #
2+ # Copyright © 2024 DataSQRL (contact@datasqrl.com)
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+
117FROM gradle:8.6-jdk11 AS build
218
319WORKDIR /app
Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright © 2024 DataSQRL (contact@datasqrl.com)
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+ */
116plugins {
217 id ' java'
318 id ' com.github.johnrengelman.shadow' version ' 8.1.1'
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <!--
3+
4+ Copyright © 2024 DataSQRL (contact@datasqrl.com)
5+
6+ Licensed under the Apache License, Version 2.0 (the "License");
7+ you may not use this file except in compliance with the License.
8+ You may obtain a copy of the License at
9+
10+ http://www.apache.org/licenses/LICENSE-2.0
11+
12+ Unless required by applicable law or agreed to in writing, software
13+ distributed under the License is distributed on an "AS IS" BASIS,
14+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15+ See the License for the specific language governing permissions and
16+ limitations under the License.
17+
18+ -->
219<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
320 <modelVersion >4.0.0</modelVersion >
421
207224 <version >${license-maven-plugin.version} </version >
208225 <configuration >
209226 <properties >
210- <owner >The Authors </owner >
227+ <owner >DataSQRL </owner >
211228 <email >contact@datasqrl.com</email >
212229 </properties >
213230 <licenseSets >
226243 </dependencies >
227244 <executions >
228245 <execution >
246+ <id >check</id >
229247 <goals >
230248 <goal >check</goal >
231249 </goals >
232- <phase >validate </phase >
250+ <phase >compile </phase >
233251 </execution >
234252 </executions >
235253 </plugin >
280298 <artifactId >license-maven-plugin</artifactId >
281299 <executions >
282300 <execution >
301+ <id >format</id >
283302 <goals >
284303 <goal >format</goal >
285304 </goals >
Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright © 2024 DataSQRL (contact@datasqrl.com)
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+ */
116package com .datasqrl ;
217
318import java .io .IOException ;
Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright © 2024 DataSQRL (contact@datasqrl.com)
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+ */
116package com .datasqrl ;
217
318import java .io .File ;
Original file line number Diff line number Diff line change 11/*
2- * Licensed to the Apache Software Foundation (ASF) under one or more
3- * contributor license agreements. See the NOTICE file distributed with
4- * this work for additional information regarding copyright ownership.
5- * The ASF licenses this file to You under the Apache License, Version 2.0
6- * (the "License"); you may not use this file except in compliance with
7- * the License. You may obtain a copy of the License at
2+ * Copyright © 2024 DataSQRL (contact@datasqrl.com)
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
87 *
98 * http://www.apache.org/licenses/LICENSE-2.0
109 *
1413 * See the License for the specific language governing permissions and
1514 * limitations under the License.
1615 */
17-
1816package com .datasqrl ;
1917
2018import java .io .File ;
Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright © 2024 DataSQRL (contact@datasqrl.com)
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+ */
116package com .datasqrl ;
217
318import java .util .ArrayList ;
Original file line number Diff line number Diff line change 1+ #
2+ # Copyright © 2024 DataSQRL (contact@datasqrl.com)
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+
117# Set root logger level
218rootLogger.level = INFO
319
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <!--
3+
4+ Copyright © 2024 DataSQRL (contact@datasqrl.com)
5+
6+ Licensed under the Apache License, Version 2.0 (the "License");
7+ you may not use this file except in compliance with the License.
8+ You may obtain a copy of the License at
9+
10+ http://www.apache.org/licenses/LICENSE-2.0
11+
12+ Unless required by applicable law or agreed to in writing, software
13+ distributed under the License is distributed on an "AS IS" BASIS,
14+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15+ See the License for the specific language governing permissions and
16+ limitations under the License.
17+
18+ -->
219<Configuration status =" WARN" >
320 <Appenders >
421 <Console name =" Console" target =" SYSTEM_OUT" >
Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright © 2024 DataSQRL (contact@datasqrl.com)
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+ */
116package com .datasqrl ;
217
318import static org .junit .jupiter .api .Assertions .assertEquals ;
You can’t perform that action at this time.
0 commit comments