Skip to content

Commit

Permalink
Merge pull request #3673 from Goooler/publish
Browse files Browse the repository at this point in the history
Publish to S01
  • Loading branch information
JakeWharton authored Dec 22, 2021
2 parents 4aaf571 + c7dcc27 commit 035488d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -122,4 +122,10 @@ subprojects {
jvmTarget = '1.8'
}
}

pluginManager.withPlugin("com.vanniktech.maven.publish") {
mavenPublish {
sonatypeHost = "S01"
}
}
}

0 comments on commit 035488d

Please sign in to comment.