Skip to content

Commit

Permalink
HTTPs Again?
Browse files Browse the repository at this point in the history
  • Loading branch information
tmapes committed May 31, 2021
1 parent 4a355a1 commit ddcc597
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ name: the-weekend-bot

steps:
- name: build and test
image: adoptopenjdk/openjdk11:jdk-11.0.11_9
image: docker.mapes.info/adoptopenjdk/openjdk11:jdk-11.0.11_9-alpine
environment:
GRADLE_USER_HOME: .gradle
GRADLE_OPTS: -Dorg.gradle.daemon=false -Dorg.gradle.workers.max=1 -Dorg.gradle.parallel=false
commands:
- ./gradlew clean build buildLayers --console rich
- ./gradlew clean build buildLayers

- name: docker build dry run
image: plugins/docker
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=http\://mapes-nexus.internal.mapes.info/repository/gradle-distributions/gradle-7.0-bin.zip
distributionUrl=https\://binrepo.mapes.info/repository/gradle-distributions/gradle-7.0-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit ddcc597

Please sign in to comment.