Open cpuzicha opened 10 months ago
Describe the bug The org.jfrog.build.extractor.ci.BuildInfo and org.jfrog.build.api.Build classes should reflect the official Artifactory API as defined by https://jfrog.com/help/r/jfrog-rest-apis/build-upload. This was possible until https://github.com/jfrog/build-info/pull/559
To Reproduce ...
Expected behavior I can set the license control parameters
Screenshots If applicable, add screenshots to help explain your problem.
Versions
Additional context The general structure of the code makes it hard to patch any shortcomings. HTTP Client and Jackson are part of public API but not compile-dependencies.
Describe the bug The org.jfrog.build.extractor.ci.BuildInfo and org.jfrog.build.api.Build classes should reflect the official Artifactory API as defined by https://jfrog.com/help/r/jfrog-rest-apis/build-upload. This was possible until https://github.com/jfrog/build-info/pull/559
To Reproduce ...
Expected behavior I can set the license control parameters
Screenshots If applicable, add screenshots to help explain your problem.
Versions
Additional context The general structure of the code makes it hard to patch any shortcomings. HTTP Client and Jackson are part of public API but not compile-dependencies.