1
0
mirror of https://github.com/square/okhttp.git synced 2025-07-31 05:04:26 +03:00

Configure gradle artifact uploads

This commit is contained in:
Jesse Wilson
2019-03-17 09:13:01 -04:00
parent 544142efe9
commit c53f8db73d
20 changed files with 44 additions and 14 deletions

View File

@ -1,3 +1,5 @@
apply plugin: 'com.vanniktech.maven.publish'
jar {
manifest {
attributes('Automatic-Module-Name': 'okhttp3.dnsoverhttps')

View File

@ -0,0 +1,3 @@
POM_ARTIFACT_ID=okhttp-dnsoverhttps
POM_NAME=okhttp-dnsoverhttps
POM_PACKAGING=jar