- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 14 for gpg (0.01 sec)
-
guava-bom/pom.xml
<url>https://github.com/google/guava/issues</url> </issueManagement> <properties> <central-publishing-maven-plugin.version>0.9.0</central-publishing-maven-plugin.version> <maven-gpg-plugin.version>3.0.1</maven-gpg-plugin.version> </properties> <dependencyManagement> <dependencies> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId>
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Mon Sep 29 19:50:42 UTC 2025 - 3.1K bytes - Viewed (0) -
KEYS.md
### Importing the key You can import the key into your GPG keyring in one of two ways. First, copy the public key block below into a new file called `gradle_pubkey.asc`, then import it with this command: ```bash gpg --import gradle_pubkey.asc ``` Alternatively, you can fetch the key directly from a key server: ```bash gpg --keyserver hkps://keys.openpgp.org --recv-keys 1BD97A6A154E7810EE0BC832E2F38302C8075E3D
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Thu Dec 04 14:29:13 UTC 2025 - 4.7K bytes - Viewed (0) -
android/guava-bom/pom.xml
<url>https://github.com/google/guava/issues</url> </issueManagement> <properties> <central-publishing-maven-plugin.version>0.9.0</central-publishing-maven-plugin.version> <maven-gpg-plugin.version>3.0.1</maven-gpg-plugin.version> </properties> <dependencyManagement> <dependencies> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId>
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Mon Sep 29 19:50:42 UTC 2025 - 2.9K bytes - Viewed (0) -
.gitattributes
*.swf binary *.gz binary *.zip binary *.jar binary *.tar binary *.tar.gz binary *.7z binary *.ttf binary *.pyc binary *.gpg binary
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Wed Sep 02 12:15:16 UTC 2020 - 1.1K bytes - Viewed (0) -
ci/official/containers/ml_build/setup.sources.sh
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys F23C5A6CF475977595C89F51BA6932366A755776 # LLVM/Clang: https://apt.llvm.org/ apt-key adv --fetch-keys https://apt.llvm.org/llvm-snapshot.gpg.key # Set up custom sources cat >/etc/apt/sources.list.d/custom.list <<SOURCES # More Python versions: Deadsnakes deb http://ppa.launchpad.net/deadsnakes/ppa/ubuntu jammy main
Registered: Tue Dec 30 12:39:10 UTC 2025 - Last Modified: Thu Oct 03 21:13:05 UTC 2024 - 1.6K bytes - Viewed (0) -
.gitignore
/build /*/build /*/*/build /*/*/*/build /*/*/*/*/*/build /**/docs/src/samples/**/build /**/docs/src/snippets/**/build /*/internal-android-performance-testing/build-android-libs test-splits/ /gradle/verification-keyring.gpg # Kotlin # ------ .kotlin # IDEA # ---- !/.idea /.idea/*
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Tue Nov 11 20:35:18 UTC 2025 - 1.7K bytes - Viewed (0) -
pom.xml
<configFile>https://www.codelibs.org/assets/formatter/eclipse-formatter-1.1.xml</configFile> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-gpg-plugin</artifactId> <version>3.2.7</version> <executions> <execution> <id>sign-artifacts</id> <phase>verify</phase> <goals> <goal>sign</goal> </goals>
Registered: Sat Dec 20 08:55:33 UTC 2025 - Last Modified: Sat Dec 20 04:15:34 UTC 2025 - 4.9K bytes - Viewed (0) -
pom.xml
<controlDir>${project.build.directory}/generated-packaging/deb/scripts</controlDir> <!-- <signPackage>${deb.sign}</signPackage> <keyring>${gpg.keyring}</keyring> key>${gpg.key}</key> <passphrase>${gpg.passphrase}</passphrase> <signMethod>${deb.sign.method}</signMethod> --> <dataSet> <!-- Add app directory --> <data> <type>directory</type>
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 20 08:30:43 UTC 2025 - 49.4K bytes - Viewed (0) -
pom.xml
<configFile>https://www.codelibs.org/assets/formatter/eclipse-formatter-1.0.xml</configFile> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-gpg-plugin</artifactId> <version>3.2.7</version> <executions> <execution> <id>sign-artifacts</id> <phase>verify</phase> <goals> <goal>sign</goal> </goals>
Registered: Sat Dec 20 09:13:53 UTC 2025 - Last Modified: Sat Dec 20 04:17:15 UTC 2025 - 4.7K bytes - Viewed (0) -
android/pom.xml
<maven-dependency-plugin.version>3.8.1</maven-dependency-plugin.version> <maven-enforcer-plugin.version>3.6.1</maven-enforcer-plugin.version> <maven-gpg-plugin.version>3.0.1</maven-gpg-plugin.version> <maven-install-plugin.version>3.1.4</maven-install-plugin.version> <maven-jar-plugin.version>3.4.2</maven-jar-plugin.version>
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Fri Dec 05 03:10:05 UTC 2025 - 26.4K bytes - Viewed (0)