This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
suztomo@suztomo2:/tmp/java-datastore-deploy$ cat $local_staging_dir/com/google/cloud/datastore/datastore-v1-proto-client/2.29.1/datastore-v1-proto-client-2.29.1 | |
datastore-v1-proto-client-2.29.1.jar datastore-v1-proto-client-2.29.1-javadoc.jar datastore-v1-proto-client-2.29.1.pom datastore-v1-proto-client-2.29.1-sources.jar | |
datastore-v1-proto-client-2.29.1.jar.asc datastore-v1-proto-client-2.29.1-javadoc.jar.asc datastore-v1-proto-client-2.29.1.pom.asc datastore-v1-proto-client-2.29.1-sources.jar.asc | |
datastore-v1-proto-client-2.29.1.jar.md5 datastore-v1-proto-client-2.29.1-javadoc.jar.md5 datastore-v1-proto-client-2.29.1.pom.md5 datastore-v1-proto-client-2.29.1-sources.jar.md5 | |
datastore-v1-proto-client-2.29.1.jar.sha1 datastore-v1-proto-client-2.29.1-javadoc.jar.sha1 datastore-v1-proto-client-2.29.1.pom.sha1 datastore-v1-proto-client-2.29.1-sources.jar.sha1 | |
suztomo@suztomo2:/tmp/java-datastore-deploy$ cat $local_st |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
name: "places/ChIJFRNmvrNQwokRbYqYQpbez94", | |
id: "ChIJFRNmvrNQwokRbYqYQpbez94", | |
types: [ | |
"preschool", | |
"school", | |
"child_care_agency", | |
"point_of_interest", | |
"establishment" | |
], |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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"> | |
<modelVersion>4.0.0</modelVersion> | |
<parent> | |
<groupId>com.google.cloud</groupId> | |
<artifactId>google-cloud-shared-config</artifactId> | |
<version>1.11.3</version> | |
</parent> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
suztomo@suztomo2:~/git-on-borg/appengine-plugins/app-gradle-plugin$ git diff | |
diff --git a/app-gradle-plugin/build.gradle.kts b/app-gradle-plugin/build.gradle.kts | |
index e6278e03..e169af73 100644 | |
--- a/app-gradle-plugin/build.gradle.kts | |
+++ b/app-gradle-plugin/build.gradle.kts | |
@@ -24,7 +24,6 @@ version = "2.8.1" // {x-version-update:app-gradle-plugin:current} | |
plugins { | |
id("java") | |
- id("maven") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package com.google.api.generator.gapic.model; | |
import com.google.common.collect.ImmutableList; | |
import java.util.List; | |
import javax.annotation.Generated; | |
import javax.annotation.Nullable; | |
@Generated("com.google.auto.value.processor.AutoValueProcessor") | |
final class AutoValue_Service extends Service { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~/java-storage-nio $ git log -1 | |
commit 8e4fc0b95dbf11a2c9f7fb34c7c1a059483c53c9 (HEAD -> i3096, tag: v0.127.21, origin/main, origin/HEAD) | |
Author: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> | |
Date: Thu Aug 8 08:09:54 2024 -0700 | |
chore(main): release 0.127.21 (#1437) | |
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> | |
~/java-storage-nio $ mvn -pl google-cloud-nio dependency:tree | |
... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~/google-http-java-client $ mvn dependency:tree -Dverbose | |
[INFO] Scanning for projects... | |
[WARNING] | |
[WARNING] Some problems were encountered while building the effective model for com.google.http-client:google-http-client:jar:1.44.2-SNAPSHOT | |
[WARNING] 'build.pluginManagement.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.maven.plugins:maven-source-plugin @ com.google.http-client:google-http-client-parent:1.44.2-SNAPSHOT, /Users/suztomo/google-http-java-client/pom.xml, line 391, column 17 | |
[WARNING] | |
[WARNING] Some problems were encountered while building the effective model for com.google.http-client:google-http-client-parent:pom:1.44.2-SNAPSHOT | |
[WARNING] 'build.pluginManagement.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.maven.plugins:maven-source-plugin @ line 391, column 17 | |
[WARNING] | |
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[email protected] ~/java-cloud-bom/libraries-bom | |
~/java-cloud-bom/libraries-bom $ git log -1 | |
commit 67faa24576bea7259e5ab757553b5969c78f85de (HEAD, tag: v26.34.0) | |
Author: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> | |
Date: Thu Mar 7 17:03:26 2024 -0500 | |
chore: release main (#6472) | |
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> | |
[email protected] ~/java-cloud-bom/libraries-bom |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[INFO] Scanning for projects... | |
[INFO] Inspecting build with total of 1 modules... | |
[INFO] Installing Nexus Staging features: | |
[INFO] ... total of 1 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin | |
[INFO] | |
[INFO] --------------< com.google.cloud:google-cloud-pubsublite >-------------- | |
[INFO] Building Google Cloud Pub/Sub Lite 1.13.3-SNAPSHOT | |
[INFO] --------------------------------[ jar ]--------------------------------- | |
[INFO] | |
[INFO] --- maven-help-plugin:3.4.0:effective-pom (default-cli) @ google-cloud-pubsublite --- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
+------+------------------------------+-------------+ | |
| fastlane summary | | |
+------+------------------------------+-------------+ | |
| Step | Action | Time (in s) | | |
+------+------------------------------+-------------+ | |
| 1 | default_platform | 0 | | |
| 2 | ./increment_build_number.sh | 0 | | |
| 3 | flutter build ios --release | 28 | | |
| | --no-codesign | | | |
| 4 | build_ios_app | 143 | |
NewerOlder