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:
@ -1,3 +1,5 @@
|
||||
apply plugin: 'com.vanniktech.maven.publish'
|
||||
|
||||
jar {
|
||||
manifest {
|
||||
attributes('Automatic-Module-Name': 'okhttp3.dnsoverhttps')
|
||||
|
3
okhttp-dnsoverhttps/gradle.properties
Normal file
3
okhttp-dnsoverhttps/gradle.properties
Normal file
@ -0,0 +1,3 @@
|
||||
POM_ARTIFACT_ID=okhttp-dnsoverhttps
|
||||
POM_NAME=okhttp-dnsoverhttps
|
||||
POM_PACKAGING=jar
|
Reference in New Issue
Block a user