Skip to content

Instantly share code, notes, and snippets.

@plateaukao
Created March 2, 2021 08:30
Show Gist options
  • Save plateaukao/9824e985de17f3058ce528805cacade8 to your computer and use it in GitHub Desktop.
Save plateaukao/9824e985de17f3058ce528805cacade8 to your computer and use it in GitHub Desktop.
buildscript {
...
dependencies {
...
classpath "io.codearte.gradle.nexus:gradle-nexus-staging-plugin:0.22.0"
}
}
apply plugin: 'io.codearte.nexus-staging'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment