Skip to content
This repository was archived by the owner on Mar 14, 2025. It is now read-only.

Commit bd013d5

Browse files
author
Inkception
committed
do not publish
1 parent 37f13bd commit bd013d5

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

core/build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ javadoc {
3232
failOnError = false
3333
}
3434

35+
/*
3536
publishing {
3637
publications {
3738
mavenJava {
@@ -41,4 +42,5 @@ publishing {
4142
}
4243
}
4344
}
44-
}
45+
}
46+
*/

rest/retrofit/build.gradle

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ dependencies {
55
testCompile group: 'com.squareup.retrofit2', name: 'retrofit-mock', version: property('retrofit.mock.version')
66
}
77

8+
/*
89
publishing {
910
publications {
1011
mavenJava {
@@ -22,4 +23,6 @@ task localPublish {
2223
2324
task remotePublish {
2425
dependsOn('publish')
25-
}
26+
}
27+
28+
*/

0 commit comments

Comments
 (0)