-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[hugo2] enable class level debug log output
- Loading branch information
Showing
16 changed files
with
33 additions
and
33 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
POM_NAME=hugo2-bytex | ||
POM_DESCRIPTION=hugo bytex plugin | ||
POM_ARTIFACT_ID=hugo2-bytex | ||
POM_PACKAGING=aar | ||
VERSION_NAME=0.1.1 | ||
POM_PACKAGING=aar |
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 |
---|---|---|
@@ -1,5 +1,4 @@ | ||
POM_NAME=hugo2-core | ||
POM_DESCRIPTION=hugo2-core | ||
POM_ARTIFACT_ID=hugo2-core | ||
POM_PACKAGING=aar | ||
VERSION_NAME=0.1.1 | ||
POM_PACKAGING=aar |
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,3 +1,5 @@ | ||
package wtf.s1.pudge.hugo2 | ||
|
||
@Target(AnnotationTarget.CLASS, AnnotationTarget.FUNCTION) | ||
@Retention(AnnotationRetention.RUNTIME) | ||
annotation class DebugLog |
This file was deleted.
Oops, something went wrong.
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,3 +1,4 @@ | ||
./gradlew :willfix-core:publish | ||
./gradlew :willfix-standalone:publish | ||
./gradlew :willfix-bytex:publish | ||
#!/bin/sh | ||
echo "publish module $1" | ||
publish="./gradlew :$1:publish" | ||
$publish |
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,5 +1,4 @@ | ||
POM_NAME=stick-android | ||
POM_DESCRIPTION=stick android | ||
POM_ARTIFACT_ID=stick-android | ||
POM_PACKAGING=aar | ||
VERSION_NAME=0.1.1 | ||
POM_PACKAGING=aar |
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,5 +1,4 @@ | ||
POM_NAME=stick | ||
POM_DESCRIPTION=stick | ||
POM_ARTIFACT_ID=stick-bytex | ||
POM_PACKAGING=aar | ||
VERSION_NAME=0.1.1 | ||
POM_PACKAGING=aar |
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,5 +1,4 @@ | ||
POM_NAME=StickCore | ||
POM_DESCRIPTION=stick core lib | ||
POM_ARTIFACT_ID=stick-core | ||
POM_PACKAGING=aar | ||
VERSION_NAME=0.1.1 | ||
POM_PACKAGING=aar |
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,5 +1,4 @@ | ||
POM_NAME=WillFixByteX | ||
POM_DESCRIPTION=will fix bytex | ||
POM_ARTIFACT_ID=will-fix-bytex | ||
POM_PACKAGING=aar | ||
VERSION_NAME=0.1.1 | ||
POM_PACKAGING=aar |
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,5 +1,4 @@ | ||
POM_NAME=WillFixCore | ||
POM_DESCRIPTION=willfix plugin core logic | ||
POM_ARTIFACT_ID=will-fix-core | ||
POM_PACKAGING=aar | ||
VERSION_NAME=0.1.1 | ||
POM_PACKAGING=aar |
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,5 +1,4 @@ | ||
POM_NAME=WillFix | ||
POM_DESCRIPTION=will fix something thing | ||
POM_ARTIFACT_ID=will-fix-plugin | ||
POM_PACKAGING=aar | ||
VERSION_NAME=0.1.1 | ||
POM_PACKAGING=aar |