Skip to content

Commit 4b4f7ba

Browse files
committed
Update copyright
1 parent af815e7 commit 4b4f7ba

File tree

395 files changed

+479
-445
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

395 files changed

+479
-445
lines changed

.github/workflows/build-on-ubuntu.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@ jobs:
1515
distribution: zulu
1616
cache: gradle
1717

18-
- uses: actions/setup-node@v2
19-
with:
20-
node-version: 'lts/*'
21-
2218
- name: Pull config
2319
run: git submodule update --init --recursive
2420

.github/workflows/build-on-windows.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@ jobs:
1515
distribution: zulu
1616
cache: gradle
1717

18-
- uses: actions/setup-node@v2
19-
with:
20-
node-version: 'lts/*'
21-
2218
- name: Pull config
2319
run: git submodule update --init --recursive
2420

.github/workflows/publish.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ jobs:
1616
distribution: zulu
1717
cache: gradle
1818

19-
- uses: actions/setup-node@v2
20-
with:
21-
node-version: 'lts/*'
22-
2319
- run: git submodule update --init --recursive
2420

2521
- name: Decrypt CloudRepo credentials
@@ -55,7 +51,9 @@ jobs:
5551
run: cat ./gradle-plugin-portal.secret.properties >> ./gradle.properties
5652

5753
- name: Publish artifacts to Maven
58-
run: ./gradlew build publish --stacktrace
54+
# Since we're in the `master` branch already, this means that tests of a PR passed.
55+
# So, no need to run the tests again when publishing.
56+
run: ./gradlew publish -x test --stacktrace
5957
env:
6058
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6159
FORMAL_GIT_HUB_PAGES_AUTHOR: [email protected]

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright 2021, TeamDev. All rights reserved.
2+
# Copyright 2022, TeamDev. All rights reserved.
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.

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021, TeamDev. All rights reserved.
2+
* Copyright 2022, TeamDev. All rights reserved.
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.

buildSrc/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021, TeamDev. All rights reserved.
2+
* Copyright 2022, TeamDev. All rights reserved.
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.

buildSrc/src/main/groovy/checkstyle.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021, TeamDev. All rights reserved.
2+
* Copyright 2022, TeamDev. All rights reserved.
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.

buildSrc/src/main/groovy/dart/build-tasks.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021, TeamDev. All rights reserved.
2+
* Copyright 2022, TeamDev. All rights reserved.
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.

buildSrc/src/main/groovy/dart/pub-publish-tasks.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021, TeamDev. All rights reserved.
2+
* Copyright 2022, TeamDev. All rights reserved.
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.

buildSrc/src/main/groovy/filter-internal-javadoc.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021, TeamDev. All rights reserved.
2+
* Copyright 2022, TeamDev. All rights reserved.
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.

0 commit comments

Comments
 (0)