We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d853ef2 commit 724083cCopy full SHA for 724083c
gradle/deploy.gradle
@@ -14,7 +14,9 @@
14
* limitations under the License.
15
*/
16
17
-def deployedProjects = subprojects.findAll { !['util'].contains(it.name) }
+def utilProjects = project(":util").allprojects
18
+def deployedProjects = subprojects - utilProjects
19
+
20
configure(deployedProjects) {
21
22
def isScala = project.name.contains('scala')
0 commit comments