File tree Expand file tree Collapse file tree 4 files changed +4
-2
lines changed Expand file tree Collapse file tree 4 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ plugins {
66 id " de.epitschke.gradle-file-versioning" version " 1.3.0"
77 id " com.github.ben-manes.versions" version " 0.42.0"
88 id " org.dvaske.gradle.git-build-info" version " 0.9"
9- id " com.redpillanalytics.gradle-properties" version " 1.0.4 "
9+ id " com.redpillanalytics.gradle-properties" version " 1.0.7 "
1010 id " com.github.breadmoirai.github-release" version " 2.2.12"
1111 id ' org.unbroken-dome.test-sets' version ' 4.0.0'
1212 id ' com.adarshr.test-logger' version ' 3.2.0'
Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ options:
5858 - GRADLE_USER_HOME=.gradle
5959 - GRADLE_OPTS="-Dorg.gradle.daemon=false"
6060 - ORG_GRADLE_PROJECT_analytics_buildTag=$BUILD_ID
61+ - CI=true
6162 secretEnv :
6263 - GITHUB_TOKEN
6364 - AWS_ACCESS_KEY_ID
Original file line number Diff line number Diff line change 11githubToken =hidden
22docsBucket = documentation.redpillanalytics.com
3+ org.gradle.caching =true
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ plugins {
55boolean isCiServer = System . getenv(). containsKey(" CI" )
66buildCache {
77 remote(com.ridedott.gradle.buildcache.GCSBuildCache ) {
8- bucket = " rpa-etl- gradle-build-cache"
8+ bucket = " rpa-gradle-build-cache"
99 push = isCiServer
1010 }
1111}
You can’t perform that action at this time.
0 commit comments