You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cyclonedx version 1.7.3 causes "No signature of method: org.apache.maven.model.profile.activation.FileProfileActivator.setPathTranslator() is applicable for argument types: (org.apache.maven.model.path.DefaultPathTranslator) "
#405
Open
vishal-singh3 opened this issue
Feb 29, 2024
· 1 comment
Initially we were using cyclonedx 1.5.0 version and gradle 7.3.3
But we wanted to utilize skipProjects feature; hence we have upgraded to cyclone dx 1.7.3 and gradle 7.6.1 version
we face following error while building :
No signature of method: org.apache.maven.model.profile.activation.FileProfileActivator.setPathTranslator() is applicable for argument types: (org.apache.maven.model.path.DefaultPathTranslator) values: [org.apache.maven.model.path.DefaultPathTranslator@5ab270a9]
The text was updated successfully, but these errors were encountered:
As described above :
Initially we were using cyclonedx 1.5.0 version and gradle 7.3.3
But we wanted to utilize skipProjects feature; hence we have upgraded to cyclone dx 1.7.3 and gradle 7.6.1 version
we face following error while building :
No signature of method: org.apache.maven.model.profile.activation.FileProfileActivator.setPathTranslator() is applicable for argument types: (org.apache.maven.model.path.DefaultPathTranslator) values: [org.apache.maven.model.path.DefaultPathTranslator@5ab270a9]
The text was updated successfully, but these errors were encountered: