if a project has same technology for Extranction and processing the list technologies displays them twice which is confusing. It does not state if this is for processing or extranction.
Ideal solution is to just list it once and not display duplicate technologies.
if a project has same technology for Extranction and processing the list technologies displays them twice which is confusing. It does not state if this is for processing or extranction.
Ideal solution is to just list it once and not display duplicate technologies.
saagies-mbp:Gradle shivakumar$ gradle -b build.gradle.projectListTechnologies projectListTechnologies
BUILD SUCCESSFUL in 2s 1 actionable task: 1 executed
plugins { id "io.saagie.gradle-saagie-dataops-plugin" version "1.1.13" }
saagie { server { url = saagieurl login = saagieuserid password = saagiepassword environment = saagieplatformid jwt = true } project { id = saagieprojectid } }
The values of these variables are set in my gradle.settings.