shadowsocks / shadowsocks-android

A shadowsocks client for Android
Other
35.06k stars 11.58k forks source link

Remove the unnecessary custom URL #2734

Closed madeye closed 3 years ago

madeye commented 3 years ago
  1. Remove the unnecessary custom URL.
  2. Replace jcenter with mavenCentral.
madeye commented 3 years ago

It looks I cannot get javadoc works with this plugin.

madeye commented 3 years ago

Also tried the latest com.vanniktech:gradle-maven-publish-plugin:0.15.1, it doesn't work as well...

Mygod commented 3 years ago

I'll test it very soon. 😅

Mygod commented 3 years ago

Have you tried withJavaDocJar? https://docs.gradle.org/current/userguide/publishing_maven.html#publishing_maven:complete_example

madeye commented 3 years ago

Unfortunately, withJavaDocJar doesn't work with android project.

There's an issue tracking this: https://issuetracker.google.com/issues/145670440

Mygod commented 3 years ago

Neat it will be in AGP-7.1 beta!

Mygod commented 3 years ago

Ok let's merge this and wait for AGP.