No need to manage artifactory in project

This commit is contained in:
Artem Bilan
2023-12-01 15:58:27 -05:00
parent 436dbf2e5c
commit 804f1491f9

View File

@@ -9,11 +9,6 @@ plugins {
description = 'Spring Functions Catlog'
if (tasks.findByName('artifactoryPublish')) {
artifactoryPublish.skip = true
}
ext {
javaProjects = subprojects - project(':function-dependencies')
}