Skip to content

Commit 29eace2

Browse files
committed
chore: remove unused modules
The Libraries BOM has moved to the java-cloud-bom repository. The dashboard from the dashboard module is no longer used. Let's stop the periodic build job. This change also fixes the CI of the Gradle plugin. The Gradle plugin is published to Gradle plugin portal, not Maven Central. https://plugins.gradle.org/plugin/com.google.cloud.tools.linkagechecker
1 parent e214588 commit 29eace2

33 files changed

+3
-3359
lines changed

README.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,6 @@
33
This project explores common infrastructure and best practices for open source
44
Java projects for the Google Cloud Platform (GCP).
55

6-
# Google Cloud Platform Java Dependency Dashboard
7-
8-
[Google Cloud Platform Java Dependency Dashboard](
9-
https://storage.googleapis.com/cloud-opensource-java-dashboard/com.google.cloud/libraries-bom/snapshot/index.html)
10-
(runs daily; work in progress) shows multiple checks on the consistency among
11-
Google Cloud Java libraries. For manually generating the dashboard, see
12-
[its README](./dashboard/README.md).
13-
146
# Google Best Practices for Java Libraries
157

168
[Google Best Practices for Java Libraries](https://googlecloudplatform.github.io/cloud-opensource-java/)
@@ -43,6 +35,8 @@ The [GCP Libraries BOM](https://cloud.google.com/java/docs/bom) is a Bill-of-Mat
4335
provides consistent versions of Google Cloud Java libraries that work together
4436
without linkage errors.
4537

38+
This has moved to https://github.com/googleapis/java-cloud-bom/tree/main/libraries-bom.
39+
4640
# Development
4741

4842
This project is built using _Maven_.
@@ -62,5 +56,3 @@ This project is built using _Maven_.
6256

6357
This is not an officially supported Google product.
6458

65-
66-

boms/cloud-oss-bom/pom.xml

Lines changed: 0 additions & 288 deletions
This file was deleted.

boms/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
</licenses>
3030

3131
<modules>
32-
<module>cloud-oss-bom</module>
3332
<module>cloud-lts-bom</module>
3433
<module>upper-bounds-check</module>
3534
<module>integration-tests</module>

dashboard/README.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)