- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 110 for jgit (5.06 sec)
-
build-logic/dependency-modules/src/main/kotlin/gradlebuild/modules/extension/ExternalModulesExtension.kt
val jcommander = "com.beust:jcommander" val jetbrainsAnnotations = "org.jetbrains:annotations" val jgit = "org.eclipse.jgit:org.eclipse.jgit" val jgitSsh = "org.eclipse.jgit:org.eclipse.jgit.ssh.apache" val jgitSshAgent = "org.eclipse.jgit:org.eclipse.jgit.ssh.apache.agent" val jna = "net.java.dev.jna:jna" val jnaPlatform = "net.java.dev.jna:jna-platform"Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Fri Dec 19 06:45:52 UTC 2025 - 15.9K bytes - Viewed (0) -
build-logic/jvm/build.gradle.kts
dependencies { implementation("gradlebuild:basics") implementation("gradlebuild:module-identity") implementation(projects.dependencyModules) implementation("org.eclipse.jgit:org.eclipse.jgit") implementation("org.jsoup:jsoup") implementation("com.google.guava:guava") implementation("org.ow2.asm:asm") implementation("org.ow2.asm:asm-commons") implementation("com.google.code.gson:gson")Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Tue Mar 11 08:32:55 UTC 2025 - 718 bytes - Viewed (0) -
build-logic-commons/build-platform/build.gradle.kts
} api("com.beust:jcommander:1.78") api("$groovyGroup:groovy:$groovyVersion") api("org.codenarc:CodeNarc:$codenarcVersion") api("org.eclipse.jgit:org.eclipse.jgit:7.2.1.202505142326-r") api("org.javassist:javassist:3.30.2-GA") api("org.jetbrains.kotlin:kotlin-metadata-jvm:$kotlinVersion") api("org.jsoup:jsoup:1.15.3")Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Tue Dec 30 10:16:30 UTC 2025 - 4.6K bytes - Viewed (0) -
build-logic/dependency-modules/src/main/kotlin/gradlebuild.dependency-modules.gradle.kts
// Gradle distribution - minify: remove unused transitive dependencies applyRule<DependencyRemovalByNameRule>(libs.awsS3Core, setOf("jackson-dataformat-cbor")) applyRule<DependencyRemovalByGroupRule>(libs.jgit, setOf("com.googlecode.javaewah")) // We don't need the extra annotations provided by j2objc applyRule<DependencyRemovalByNameRule>(libs.googleHttpClient, setOf("j2objc-annotations"))Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Fri Jul 18 11:32:19 UTC 2025 - 9.3K bytes - Viewed (0) -
LICENSE
------------------------------------------------------------------------------ Eclipse Distribution License 1.0 https://www.eclipse.org/org/documents/edl-v10.php org.eclipse.jgit:org.eclipse.jgit ------------------------------------------------------------------------------ BSD-style com.jcraft:jzlib com.github.mwiede:jsch Copyright (c) 2002-2015 Atsuhiko Yamanaka, JCraft,Inc.
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Wed May 07 12:40:53 UTC 2025 - 23.1K bytes - Viewed (0) -
docker-buildx.sh
SUPPORTED_OSARCH="linux/ppc64le linux/amd64 linux/arm64" remote=$(git remote get-url upstream) if test "$remote" != "git@github.com:minio/minio.git"; then echo "Script requires that the 'upstream' remote is set to git@github.com:minio/minio.git" exit 1 fi git remote update upstream && git checkout master && git rebase upstream/master release=$(git describe --abbrev=0 --tags) export release } function _build() {
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Sun Oct 19 08:22:05 UTC 2025 - 1.9K bytes - Viewed (0) -
.github/PULL_REQUEST_TEMPLATE.md
2. Please label this pull request according to what type of issue you are addressing, especially if this is a release targeted pull request. For reference on required PR/issue labels, read here:
Registered: Fri Dec 26 09:05:12 UTC 2025 - Last Modified: Fri Jun 06 14:40:00 UTC 2025 - 3.1K bytes - Viewed (0) -
.github/workflows/upgrade-to-latest-wrapper.yml
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Thu Nov 20 22:15:20 UTC 2025 - 1.3K bytes - Viewed (0) -
CONTRIBUTORS
Guava has mostly not used the CONTRIBUTORS file, instead relying on Git history. You can see a summary of contributions at https://github.com/google/guava/graphs/contributors. However, Git history over-counts some people's contributions because they were responsible for mirroring out changes from our internal repo. This files serves mainly to credit people who have not received proper credit in the Git history. Doug Lea, author of some concurrency libraries
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Thu Oct 09 21:14:06 UTC 2025 - 1.7K bytes - Viewed (0) -
.teamcity/scripts/update_wrapper_and_create_pr.sh
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Tue Jul 29 03:20:20 UTC 2025 - 2.9K bytes - Viewed (0)