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
This target could be invoking a command (like mvn, or ./gradle task where task is somethign in this repo written in Kotlin) but ideally it would just be written there in TypeScript.
We can push to bintray only, which does the sync now that the repositories got sorted out. Pushing directly to jcenter and maven central will be more complex and now bintray is sorted to sync all Java and Android packages.
Depends on #950 #951
io.sentry_sentry.zip,io.sentry_sentry-android.zip)Something like:
The ultimate goal is to create a craft target to maven central:
https://github.com/getsentry/craft/tree/master/src/targets
This target could be invoking a command (like
mvn, or ./gradle task where task is somethign in this repo written in Kotlin) but ideally it would just be written there in TypeScript.We can push to bintray only, which does the sync now that the repositories got sorted out. Pushing directly to jcenter and maven central will be more complex and now bintray is sorted to sync all Java and Android packages.
Some resources:
https://central.sonatype.org/pages/ossrh-guide.html
https://support.sonatype.com/hc/en-us/articles/213465818-How-can-I-programmatically-upload-an-artifact-into-Nexus-2-