Skip to content

Commit 82d8398

Browse files
committed
LPD-74745 accesses the plugin via the Gradle plugin portal
1 parent 98a11a1 commit 82d8398

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

build/osgi-bundle-repository/build.gradle

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,7 @@
1-
buildscript {
2-
dependencies {
3-
classpath group: "nu.studer", name: "gradle-credentials-plugin", version: "1.0.7"
4-
}
5-
6-
repositories {
7-
jcenter()
8-
}
1+
plugins {
2+
id("nu.studer.credentials") version "3.0"
93
}
104

11-
apply plugin: "nu.studer.credentials"
12-
135
task deployToS3(type:Exec) {
146
args = ["target/repository", "eclipse", "liferay-ide-deps", "201904221700"]
157
executable = "./deployToS3.sh"

0 commit comments

Comments
 (0)