From d929db26356fab908f96281cc90a53a2beea948e Mon Sep 17 00:00:00 2001 From: svc-excavator-bot Date: Tue, 11 Feb 2020 13:35:35 +0000 Subject: [PATCH] Excavator: Upgrades Baseline to the latest version --- .baseline/checkstyle/checkstyle.xml | 5 ----- build.gradle | 2 +- .../conjure/verification/GenerateClientServices.java | 12 ++++++++++++ .../conjure/verification/GenerateServerServices.java | 12 ++++++++++++ .../CompileVerificationServerTestCasesJson.java | 12 ++++++++++++ 5 files changed, 37 insertions(+), 6 deletions(-) diff --git a/.baseline/checkstyle/checkstyle.xml b/.baseline/checkstyle/checkstyle.xml index cd19cae45..3fc3a6ff2 100644 --- a/.baseline/checkstyle/checkstyle.xml +++ b/.baseline/checkstyle/checkstyle.xml @@ -18,10 +18,6 @@ - - - - @@ -410,7 +406,6 @@ - diff --git a/build.gradle b/build.gradle index 50d5467cb..43e8e8bcf 100644 --- a/build.gradle +++ b/build.gradle @@ -29,7 +29,7 @@ buildscript { classpath 'com.netflix.nebula:gradle-info-plugin:5.2.0' classpath 'com.netflix.nebula:nebula-publishing-plugin:14.1.1' classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4' - classpath 'com.palantir.baseline:gradle-baseline-java:2.49.0' + classpath 'com.palantir.baseline:gradle-baseline-java:3.4.2' classpath 'com.palantir.gradle.conjure:gradle-conjure:4.13.4' classpath 'com.palantir.gradle.gitversion:gradle-git-version:0.12.2' } diff --git a/test-cases-internal/src/main/java/com/palantir/conjure/verification/GenerateClientServices.java b/test-cases-internal/src/main/java/com/palantir/conjure/verification/GenerateClientServices.java index f16a1f0fd..ea1ac0062 100644 --- a/test-cases-internal/src/main/java/com/palantir/conjure/verification/GenerateClientServices.java +++ b/test-cases-internal/src/main/java/com/palantir/conjure/verification/GenerateClientServices.java @@ -1,5 +1,17 @@ /* * (c) Copyright 2018 Palantir Technologies Inc. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.palantir.conjure.verification; diff --git a/test-cases-internal/src/main/java/com/palantir/conjure/verification/GenerateServerServices.java b/test-cases-internal/src/main/java/com/palantir/conjure/verification/GenerateServerServices.java index 925f3117a..dd9a7d6e6 100644 --- a/test-cases-internal/src/main/java/com/palantir/conjure/verification/GenerateServerServices.java +++ b/test-cases-internal/src/main/java/com/palantir/conjure/verification/GenerateServerServices.java @@ -1,5 +1,17 @@ /* * (c) Copyright 2018 Palantir Technologies Inc. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.palantir.conjure.verification; diff --git a/verification-server-api/src/main/java/com/palantir/conjure/verification/server/CompileVerificationServerTestCasesJson.java b/verification-server-api/src/main/java/com/palantir/conjure/verification/server/CompileVerificationServerTestCasesJson.java index d2b4f639c..3f3bca02a 100644 --- a/verification-server-api/src/main/java/com/palantir/conjure/verification/server/CompileVerificationServerTestCasesJson.java +++ b/verification-server-api/src/main/java/com/palantir/conjure/verification/server/CompileVerificationServerTestCasesJson.java @@ -1,5 +1,17 @@ /* * (c) Copyright 2018 Palantir Technologies Inc. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.palantir.conjure.verification.server;