Skip to content

Commit

Permalink
release class-diagram-printer 1.0.2-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
leobert-lan committed Dec 13, 2022
1 parent bea2dda commit 6d32d25
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
11 changes: 7 additions & 4 deletions .idea/compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions m_diagram_uml/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies {

kapt 'com.google.auto.service:auto-service:1.0-rc4'
implementation 'com.google.auto.service:auto-service:1.0-rc4'
implementation 'androidx.annotation:annotation:1.3.0'
// implementation 'androidx.annotation:annotation:1.3.0'
}


Expand All @@ -39,7 +39,7 @@ EasyPublish {

groupId = "io.github.leobert-lan"
artifactId = "class-diagram-reporter"
version = "1.0.1"
version = "1.0.2-alpha"
packaging = "jar"
siteUrl = "https://github.com/leobert-lan/ReportPrinter"
gitUrl = "https://github.com/leobert-lan/ReportPrinter.git"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,4 @@ constructor(
val methodVisible: Array<Visible> = [Visible.Private, Visible.Protected, Visible.Package, Visible.Public],
val ignore: Array<String> = [],
val ignoreExclude: IgnoreExclude = IgnoreExclude()
)

// TODO: add ignoreExclude 2022-09-19 19:17:22
)

0 comments on commit 6d32d25

Please sign in to comment.