We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This line is strict for *.conjure.json: https://github.com/palantir/gradle-conjure/blob/develop/gradle-conjure/src/main/java/com/palantir/gradle/conjure/ConjureLocalGenerateGenericTask.java#L30
*.conjure.json
But the Conjure Godel plugin generates *.ir.json files making them unusable: https://github.com/palantir/godel-conjure-plugin/blob/96bccdf6c9de1eec90a94a601a677b0bd2182d39/conjureplugin/publish.go#L65
*.ir.json
It may be easier to relax this plugin so it works against all previously published IR files even if we go on to fix the godel plugin too.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This line is strict for
*.conjure.json
: https://github.com/palantir/gradle-conjure/blob/develop/gradle-conjure/src/main/java/com/palantir/gradle/conjure/ConjureLocalGenerateGenericTask.java#L30But the Conjure Godel plugin generates
*.ir.json
files making them unusable: https://github.com/palantir/godel-conjure-plugin/blob/96bccdf6c9de1eec90a94a601a677b0bd2182d39/conjureplugin/publish.go#L65It may be easier to relax this plugin so it works against all previously published IR files even if we go on to fix the godel plugin too.
The text was updated successfully, but these errors were encountered: