Skip to content

Commit

Permalink
update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
fengzhizi715 committed Oct 11, 2021
1 parent 53860b4 commit f768641
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 75 deletions.
12 changes: 1 addition & 11 deletions converter/fastjson/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'
//apply plugin: 'com.novoda.bintray-release'

def cfg = rootProject.ext.configuration // 配置
def libs = rootProject.ext.libraries //
Expand Down Expand Up @@ -58,13 +57,4 @@ allprojects {
links "http://docs.oracle.com/javase/7/docs/api"
}
}
}

//publish{
// userOrg = 'fengzhizi715'
// groupId = 'com.safframework.log'
// artifactId = 'saf-log-converter-fastjson'
// publishVersion = "$l_version"
// desc = 'this is a log library for android,written by kotlin'
// website = 'https://github.com/fengzhizi715/SAF-Kotlin-log'
//}
}
10 changes: 0 additions & 10 deletions converter/gson/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'
//apply plugin: 'com.novoda.bintray-release'

def cfg = rootProject.ext.configuration // 配置
def libs = rootProject.ext.libraries //
Expand Down Expand Up @@ -57,12 +56,3 @@ allprojects {
}
}
}

//publish{
// userOrg = 'fengzhizi715'
// groupId = 'com.safframework.log'
// artifactId = 'saf-log-converter-gson'
// publishVersion = "$l_version"
// desc = 'this is a log library for android,written by kotlin'
// website = 'https://github.com/fengzhizi715/SAF-Kotlin-log'
//}
12 changes: 1 addition & 11 deletions core/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
apply plugin: 'com.android.library'
//apply plugin: 'com.novoda.bintray-release'
apply plugin: 'kotlin-android'

def cfg = rootProject.ext.configuration // 配置
Expand Down Expand Up @@ -58,13 +57,4 @@ allprojects {
links "http://docs.oracle.com/javase/7/docs/api"
}
}
}

//publish{
// userOrg = 'fengzhizi715'
// groupId = 'com.safframework.log'
// artifactId = 'saf-log-core'
// publishVersion = "$l_version"
// desc = 'this is a log library for android,written by kotlin'
// website = 'https://github.com/fengzhizi715/SAF-Kotlin-log'
//}
}
12 changes: 1 addition & 11 deletions debug_view/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
apply plugin: 'com.android.library'
//apply plugin: 'com.novoda.bintray-release'
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'

Expand Down Expand Up @@ -56,13 +55,4 @@ allprojects {
links "http://docs.oracle.com/javase/7/docs/api"
}
}
}

//publish{
// userOrg = 'fengzhizi715'
// groupId = 'com.safframework.log'
// artifactId = 'saf-log-debug-view'
// publishVersion = "$l_version"
// desc = 'this is a log library for android,written by kotlin'
// website = 'https://github.com/fengzhizi715/SAF-Kotlin-log'
//}
}
12 changes: 1 addition & 11 deletions extension/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'
//apply plugin: 'com.novoda.bintray-release'

def cfg = rootProject.ext.configuration // 配置
def libs = rootProject.ext.libraries //
Expand Down Expand Up @@ -61,13 +60,4 @@ allprojects {
links "http://docs.oracle.com/javase/7/docs/api"
}
}
}

//publish{
// userOrg = 'fengzhizi715'
// groupId = 'com.safframework.log'
// artifactId = 'saf-log-extension'
// publishVersion = "$l_version"
// desc = 'this is a log library for android,written by kotlin'
// website = 'https://github.com/fengzhizi715/SAF-Kotlin-log'
//}
}
12 changes: 1 addition & 11 deletions file/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
apply plugin: 'com.android.library'
//apply plugin: 'com.novoda.bintray-release'
apply plugin: 'kotlin-android'

def cfg = rootProject.ext.configuration // 配置
Expand Down Expand Up @@ -67,13 +66,4 @@ allprojects {
links "http://docs.oracle.com/javase/7/docs/api"
}
}
}

//publish{
// userOrg = 'fengzhizi715'
// groupId = 'com.safframework.log'
// artifactId = 'saf-log-file'
// publishVersion = "$l_version"
// desc = 'this is a log library for android,written by kotlin'
// website = 'https://github.com/fengzhizi715/SAF-Kotlin-log'
//}
}
10 changes: 0 additions & 10 deletions okhttp/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'
//apply plugin: 'com.novoda.bintray-release'

def cfg = rootProject.ext.configuration // 配置
def libs = rootProject.ext.libraries //
Expand Down Expand Up @@ -64,12 +63,3 @@ allprojects {
}
}
}

//publish{
// userOrg = 'fengzhizi715'
// groupId = 'com.safframework.log'
// artifactId = 'saf-log-okhttp'
// publishVersion = "$l_version"
// desc = 'this is a log library for android,written by kotlin'
// website = 'https://github.com/fengzhizi715/SAF-Kotlin-log'
//}

0 comments on commit f768641

Please sign in to comment.