wireguard-android/tunnel
Harsh Shandilya b709d36c01
tunnel: switch publishing to MavenCentral
Since MavenCentral requires GPG signed artifacts, we'll need to configure
some things on the machine running the deployment. Specifically, these
three Gradle properties need to be set (preferably in ~/.gradle/gradle.properties)

```
signing.keyId= // Duh
signing.password= // I have absolutely no idea how this will work with HSMs
signing.secretKeyRingFile= // $HOME/.gnupg/... you know the deal
```

The BINTRAY_USER and BINTRAY_KEY variables are replaced by SONATYPE_USER
and SONATYPE_PASSWORD to better reflect their new contents.

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
2021-02-11 01:58:41 +05:30
..
src ToolsInstaller: unbreak cleanup 2020-10-27 13:35:07 +01:00
tools tunnel: bump libwg-go and use newer logging function 2021-01-27 01:10:48 +01:00
build.gradle build: switch to Gradle's maven-publish plugin 2020-11-07 18:53:06 +05:30
publish.gradle tunnel: switch publishing to MavenCentral 2021-02-11 01:58:41 +05:30