Jim Schubert

Results 98 comments of Jim Schubert

I've been added to our bintray account. The documentation for publishing to bintray is fairly straightforward… https://www.scala-sbt.org/1.x/docs/Bintray-For-Plugins.html

I've gotten this working. Please evaluate when you have a chance: https://bintray.com/beta/#/openapitools/sbt-plugins/sbt-openapi-generator?tab=overview Bintray doesn't support snapshots, so non-release plugins have a funky looking suffix. I'm thinking about doing an automated...

Thanks. I wasn't able to sign up for oss.jfrog.org. It seems like they now have a different offering for OSS at https://jfrog.com/artifactory/saas-gcp/. I've requested OSS access here, but the email...

Also, the bintray user interface doesn't have the option to link as the blog post you posted has. I google for other tutorials, which all reference that option. I don't...

I'll go ahead and release the 4.3.0 version. JFrog never responded about the artifactory hosting, and I'm blocked in usage of Bintray and its cryptic errors and usage. We can...

> * VCS not point to github project > * Maturity setting is incorrect ( in my repo i have `Development` configured) > * something else The UI doesn't allow...

Thanks. I'd followed those but seems to be an issue in Bintray since I'm an admin but don't have the option.

I looked into this and it doesn't seem too bad. In openapi-generator, we can add a triggered build on release similar to this: ``` name: Trigger on: push: branches: [...