Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Commit

Permalink
Release tab
Browse files Browse the repository at this point in the history
  • Loading branch information
Krystian Panek committed Apr 27, 2020
1 parent 4bd208e commit 8bc0baa
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies {
implementation("com.neva.gradle:fork-plugin:5.0.0")
implementation("com.netflix.nebula:nebula-project-plugin:7.0.9")
implementation("com.cognifide.gradle:environment-plugin:0.1.12")
implementation("com.cognifide.gradle:aem-plugin:13.0.1")
implementation("com.cognifide.gradle:aem-plugin:13.0.2")
implementation("org.apache.sling:org.apache.sling.caconfig.bnd-plugin:1.0.2")
implementation("com.cognifide.gradle:lighthouse-plugin:1.0.0")
implementation("com.github.node-gradle:gradle-node-plugin:2.2.3")
Expand Down
10 changes: 8 additions & 2 deletions gradle/fork/props.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -149,17 +149,23 @@ configure<ForkExtension> {
description = "Needed only when accessing AEM files over SMB"
defaultValue = System.getenv("USERDOMAIN").orEmpty()
optional()
},
}
))

define("Release", mapOf(
"releaseRepository" to {
description = "URL for Nexus, Artifactory etc."
label = "Repository URL"
description = "Nexus, Artifactory etc."
defaultValue = "https://nexus.company.com/content/repositories/company-internal"
optional()
},
"releaseUser" to {
label = "User"
description = "Authorized to release artifacts to above repository"
optional()
},
"releasePassword" to {
label = "Password"
description = "For above user"
optional()
}
Expand Down

0 comments on commit 8bc0baa

Please sign in to comment.