-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
kale
committed
Apr 9, 2016
1 parent
feae1de
commit f2c4072
Showing
19 changed files
with
247 additions
and
68 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Add project specific ProGuard rules here. | ||
# By default, the flags in this file are appended to flags specified | ||
# in H:\Android\sdk/tools/proguard/proguard-android.txt | ||
# You can edit the include path and order by changing the proguardFiles | ||
# directive in build.gradle. | ||
# | ||
# For more details, see | ||
# http://developer.android.com/guide/developing/tools/proguard.html | ||
|
||
# Add any project specific keep options here: | ||
|
||
# If your project uses WebView with JS, uncomment the following | ||
# and specify the fully qualified class name to the JavaScript interface | ||
# class: | ||
#-keepclassmembers class fqcn.of.javascript.interface.for.webview { | ||
# public *; | ||
#} |
Binary file added
BIN
+8.04 KB
plugin/com/github/tianzhijiexian/uiblock-gradle-plugin/1.0.0/uiblock-gradle-plugin-1.0.0.jar
Binary file not shown.
1 change: 1 addition & 0 deletions
1
...com/github/tianzhijiexian/uiblock-gradle-plugin/1.0.0/uiblock-gradle-plugin-1.0.0.jar.md5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
761b97311948ac9610415ee9d192e932 |
1 change: 1 addition & 0 deletions
1
...om/github/tianzhijiexian/uiblock-gradle-plugin/1.0.0/uiblock-gradle-plugin-1.0.0.jar.sha1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
a394d8b20af0f169b92b811eef11b35ce5eb4af0 |
28 changes: 28 additions & 0 deletions
28
plugin/com/github/tianzhijiexian/uiblock-gradle-plugin/1.0.0/uiblock-gradle-plugin-1.0.0.pom
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
<modelVersion>4.0.0</modelVersion> | ||
<groupId>com.github.tianzhijiexian</groupId> | ||
<artifactId>uiblock-gradle-plugin</artifactId> | ||
<version>1.0.0</version> | ||
<dependencies> | ||
<dependency> | ||
<groupId>com.android.tools.build</groupId> | ||
<artifactId>gradle</artifactId> | ||
<version>1.3.1</version> | ||
<scope>compile</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.aspectj</groupId> | ||
<artifactId>aspectjrt</artifactId> | ||
<version>1.8.6</version> | ||
<scope>compile</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.aspectj</groupId> | ||
<artifactId>aspectjtools</artifactId> | ||
<version>1.8.6</version> | ||
<scope>compile</scope> | ||
</dependency> | ||
</dependencies> | ||
</project> |
1 change: 1 addition & 0 deletions
1
...com/github/tianzhijiexian/uiblock-gradle-plugin/1.0.0/uiblock-gradle-plugin-1.0.0.pom.md5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
f594416dd96f1b760d4c478422274bff |
1 change: 1 addition & 0 deletions
1
...om/github/tianzhijiexian/uiblock-gradle-plugin/1.0.0/uiblock-gradle-plugin-1.0.0.pom.sha1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
779ad489394ceaf9fbd8cc3a8ad4a10efa1e0580 |
12 changes: 12 additions & 0 deletions
12
plugin/com/github/tianzhijiexian/uiblock-gradle-plugin/maven-metadata.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<metadata> | ||
<groupId>com.github.tianzhijiexian</groupId> | ||
<artifactId>uiblock-gradle-plugin</artifactId> | ||
<versioning> | ||
<release>1.0.0</release> | ||
<versions> | ||
<version>1.0.0</version> | ||
</versions> | ||
<lastUpdated>20160409092959</lastUpdated> | ||
</versioning> | ||
</metadata> |
1 change: 1 addition & 0 deletions
1
plugin/com/github/tianzhijiexian/uiblock-gradle-plugin/maven-metadata.xml.md5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
c0cc2c474f69081c19da3d9b674da176 |
1 change: 1 addition & 0 deletions
1
plugin/com/github/tianzhijiexian/uiblock-gradle-plugin/maven-metadata.xml.sha1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
cb013835d336dd535ebd2b4c70835bcd2cda0860 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
include ':app', ':lib' | ||
include ':app', ':lib', ':uiblock-plugin' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
/build |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
apply plugin: 'groovy' | ||
|
||
targetCompatibility = JavaVersion.VERSION_1_7 | ||
sourceCompatibility = JavaVersion.VERSION_1_7 | ||
|
||
dependencies { | ||
compile gradleApi() | ||
compile localGroovy() | ||
compile 'com.android.tools.build:gradle:1.3.1' | ||
compile 'org.aspectj:aspectjtools:1.8.6' | ||
compile 'org.aspectj:aspectjrt:1.8.6' | ||
compile files('libs/proguard.jar') | ||
} | ||
|
||
apply plugin: 'maven' | ||
|
||
version = '1.0.0' | ||
group = 'com.github.tianzhijiexian' | ||
archivesBaseName = 'uiblock-gradle-plugin' | ||
|
||
repositories { | ||
mavenCentral() | ||
} | ||
|
||
compileGroovy { | ||
options.encoding = "UTF-8" | ||
} | ||
|
||
uploadArchives { | ||
repositories.mavenDeployer { | ||
repository(url: 'file:../plugin/') | ||
} | ||
} | ||
|
||
/* | ||
apply plugin: 'com.github.dcendents.android-maven' // ADD THIS | ||
task pluginJavadocs(type: Groovydoc) { | ||
source = sourceSets.main.groovy.srcDirs | ||
classpath = sourceSets.main.compileClasspath | ||
} | ||
task pluginJavadocsJar(type: Jar, dependsOn: pluginJavadocs) { | ||
classifier = 'javadoc' | ||
from pluginJavadocs.destinationDir | ||
} | ||
task pluginSourcesJar(type: Jar) { | ||
classifier = 'sources' | ||
from sourceSets.main.allGroovy | ||
} | ||
artifacts { | ||
archives pluginSourcesJar | ||
archives pluginJavadocsJar | ||
}*/ |
Oops, something went wrong.