Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion build.gradle
Original file line numberDiff line numberDiff line change
Expand Up@@ -7,6 +7,7 @@ import org.labkey.gradle.task.PurgeNpmAlphaVersions

buildscript {
repositories {
mavenCentral()
maven {
url "${artifactory_contextUrl}/plugins-release"
}
Expand DownExpand Up@@ -102,6 +103,7 @@ allprojects {

repositories
{
mavenCentral()
// this if statement is necessary because the TeamCity artifactory plugin overrides
// the repositories but does not use these artifactory_ urls. For others who are
// developing or building, you do need to specify the three artifactory_ properties
Expand DownExpand Up@@ -147,7 +149,7 @@ allprojects {
// url "https://repository.apache.org/content/repositories/orgapachetomcat-1322/"
// }
}
mavenCentral()

}
configurations.all
{
Expand DownExpand Up@@ -276,6 +278,7 @@ if (BuildUtils.shouldPublish(project) || BuildUtils.shouldPublishDistribution(pr
}
defaults
{
publishBuildInfo = false
publishPom = true
publishIvy = false
}
Expand Down