JAVA-13263 | individual build (#15221)
* JAVA-13263 | individual build * JAVA-13263 | updating wrapper to more recent version of gradle 7 * JAVA-13263 | adding wrapper jar
This commit is contained in:
parent
4c201b19b2
commit
80da8b957d
|
@ -0,0 +1 @@
|
|||
!gradle-wrapper.jar
|
|
@ -1,5 +1,7 @@
|
|||
### Relevant Articles:
|
||||
|
||||
This module is using gradle-8.3.
|
||||
|
||||
- [Run a Java main Method Using Gradle](https://www.baeldung.com/gradle-run-java-main)
|
||||
- [Finding Unused Gradle Dependencies](https://www.baeldung.com/gradle-finding-unused-dependencies)
|
||||
- [Intro to Gradle Lint Plugin](https://www.baeldung.com/java-gradle-lint-intro)
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-6.0.1-bin.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-6.3-bin.zip
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
|
||||
|
|
Binary file not shown.
Binary file not shown.
BIN
gradle-modules/gradle-customization/gradle-protobuf/gradle/wrapper/gradle-wrapper.jar
vendored
Normal file
BIN
gradle-modules/gradle-customization/gradle-protobuf/gradle/wrapper/gradle-wrapper.jar
vendored
Normal file
Binary file not shown.
|
@ -1,5 +1,7 @@
|
|||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.1-bin.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.3-bin.zip
|
||||
networkTimeout=10000
|
||||
validateDistributionUrl=true
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
|
|
|
@ -1,41 +0,0 @@
|
|||
//This default Shipkit configuration file was created automatically and is intended to be checked-in.
|
||||
//Default configuration is sufficient for local testing and trying out Shipkit.
|
||||
//To leverage Shipkit fully, please fix the TODO items, refer to our Getting Started Guide for help:
|
||||
//
|
||||
// https://github.com/mockito/shipkit/blob/master/docs/getting-started.md
|
||||
//
|
||||
shipkit {
|
||||
//TODO is the repository correct?
|
||||
gitHub.repository = "unspecified-user/unspecified-repo"
|
||||
|
||||
//TODO generate and use your own read-only GitHub personal access token
|
||||
gitHub.readOnlyAuthToken = "76826c9ec886612f504d12fd4268b16721c4f85d"
|
||||
|
||||
//TODO generate GitHub write token, and ensure your Travis CI has this env variable exported
|
||||
gitHub.writeAuthToken = System.getenv("GH_WRITE_TOKEN")
|
||||
}
|
||||
|
||||
allprojects {
|
||||
plugins.withId("com.jfrog.bintray") {
|
||||
|
||||
//Bintray configuration is handled by JFrog Bintray Gradle Plugin
|
||||
//For reference see the official documentation: https://github.com/bintray/gradle-bintray-plugin
|
||||
bintray {
|
||||
|
||||
//TODO sign up for free open source account with https://bintray.com, then look up your API key on your profile page in Bintray
|
||||
key = '7ea297848ca948adb7d3ee92a83292112d7ae989'
|
||||
//TODO don't check in the key, remove above line and use env variable exported on CI:
|
||||
//key = System.getenv("BINTRAY_API_KEY")
|
||||
|
||||
pkg {
|
||||
//TODO configure Bintray settings per your project (https://github.com/bintray/gradle-bintray-plugin)
|
||||
repo = 'bootstrap'
|
||||
user = 'shipkit-bootstrap-bot'
|
||||
userOrg = 'shipkit-bootstrap'
|
||||
name = 'maven'
|
||||
licenses = ['MIT']
|
||||
labels = ['continuous delivery', 'release automation', 'shipkit']
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Binary file not shown.
|
@ -1,6 +1,7 @@
|
|||
#Thu Oct 12 16:43:02 BDT 2017
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
|
||||
networkTimeout=10000
|
||||
validateDistributionUrl=true
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-4.2.1-bin.zip
|
||||
|
|
Loading…
Reference in New Issue