@@ -8,7 +8,6 @@ buildscript {
88 }
99 }
1010 dependencies {
11- classpath ' com.netflix.nebula:gradle-extra-configurations-plugin:7.0.0'
1211 classpath ' org.springframework.boot:spring-boot-gradle-plugin:3.1.4'
1312 classpath ' com.diffplug.spotless:spotless-plugin-gradle:6.+'
1413 }
@@ -20,11 +19,10 @@ plugins {
2019 id ' application'
2120 id ' jacoco'
2221 id ' nebula.netflixoss' version ' 10.6.0'
23- id ' org.sonarqube' version ' 3.4.0.2513'
2422}
2523
2624/*
27- * Copyright 2021 Netflix, Inc.
25+ * Copyright 2023 Conductor authors
2826 * <p>
2927 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
3028 * the License. You may obtain a copy of the License at
@@ -66,26 +64,6 @@ allprojects {
6664
6765 repositories {
6866 mavenCentral()
69-
70- // oss-candidate for -rc.* verions:
71- maven {
72- url " https://artifactory-oss.prod.netflix.net/artifactory/maven-oss-candidates"
73- }
74-
75- /**
76- * This repository locates artifacts that don't exist in maven central but we had to backup from jcenter
77- * The exclusiveContent
78- */
79- exclusiveContent {
80- forRepository {
81- maven {
82- url " https://artifactory-oss.prod.netflix.net/artifactory/required-jcenter-modules-backup"
83- }
84- }
85- filter {
86- includeGroupByRegex " com\\ .github\\ .vmg.*"
87- }
88- }
8967 }
9068
9169 dependencyManagement {
@@ -145,14 +123,6 @@ task server {
145123 dependsOn ' :conductor-server:bootRun'
146124}
147125
148- sonarqube {
149- properties {
150- property " sonar.projectKey" , " com.netflix.conductor:conductor"
151- property " sonar.organization" , " netflix"
152- property " sonar.host.url" , " https://sonarcloud.io"
153- }
154- }
155-
156126configure(allprojects - project(' :conductor-grpc' )) {
157127 apply plugin : ' com.diffplug.spotless'
158128
0 commit comments