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
Currently if licensee fails, I get an error like this:
- ERROR: SPDX identifier 'Apache-2.0' is NOT allowed
- ERROR: SPDX identifier 'Apache-2.0' is NOT allowed
- ERROR: SPDX identifier 'Apache-2.0' is NOT allowed
- ERROR: SPDX identifier 'Apache-2.0' is NOT allowed
- ERROR: SPDX identifier 'Apache-2.0' is NOT allowed
- ERROR: SPDX identifier 'Apache-2.0' is NOT allowed
- ERROR: SPDX identifier 'Apache-2.0' is NOT allowed
- ERROR: Unknown license URL 'http://www.eclipse.org/org/documents/edl-v10.php' is NOT allowed
- ERROR: Unknown license URL 'http://www.eclipse.org/org/documents/edl-v10.php' is NOT allowed
- ERROR: SPDX identifier 'Apache-2.0' is NOT allowed
- ERROR: Unknown license URL 'https://www.bouncycastle.org/licence.html' is NOT allowed
- ERROR: Unknown license URL 'https://www.bouncycastle.org/licence.html' is NOT allowed
- ...
Would it be possible/desirable to display it as plain Kotlin that I can copy/pasta (and possibly edit) in my buildscript?
Would make the task of onboarding licensee easier.
The text was updated successfully, but these errors were encountered:
martinbonnin
changed the title
Ergonomics: display the errorq as Kotlin configuration code?
Ergonomics: display the errors as Kotlin configuration code?
Nov 8, 2024
Currently if
licensee
fails, I get an error like this:Would it be possible/desirable to display it as plain Kotlin that I can copy/pasta (and possibly edit) in my buildscript?
Would make the task of onboarding licensee easier.
The text was updated successfully, but these errors were encountered: