Skip to content

Commit

Permalink
Merge branch 'palantir:develop' into aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
pariser committed Apr 5, 2022
2 parents 4fb80d1 + dd886a6 commit b824be4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 13 deletions.
10 changes: 0 additions & 10 deletions .policy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
policy:
approval:
- or:
- infrastructure-notify has been notified
- one admin has approved (PR contributors not allowed)
- two admins have approved
- changelog only and contributor approval
Expand All @@ -16,15 +15,6 @@ policy:
organizations: [ "palantir" ]

approval_rules:
- name: infrastructure-notify has been notified
options:
allow_contributor: false
request_review:
enabled: true
requires:
count: 1
teams: [ "palantir/infrastructure-notify" ]

- name: one admin has approved (PR contributors not allowed)
options:
allow_contributor: false
Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@

buildscript {
repositories {
gradlePluginPortal()
mavenCentral()
gradlePluginPortal() { metadataSources { mavenPom(); ignoreGradleMetadataRedirection() } }
mavenCentral() { metadataSources { mavenPom(); ignoreGradleMetadataRedirection() } }
}

dependencies {
Expand All @@ -33,7 +33,7 @@ buildscript {


repositories {
mavenCentral()
mavenCentral() { metadataSources { mavenPom(); ignoreGradleMetadataRedirection() } }
}

apply plugin: 'com.palantir.external-publish'
Expand Down

0 comments on commit b824be4

Please sign in to comment.