Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion checker-qual-android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ tasks.register("copySources", Copy) {
from(files(project(":checker-qual").sourceSets.main.java))
include("**/*.java")
exclude("**/SignednessUtilExtra.java")
exclude("**/module-info.java")

// Types annotated with runtime annotations are always kept in the main dex by the default Android Gradle plugin.
// Using the standard Checker Framework annotations can lead to main dex overflows;
Expand Down Expand Up @@ -44,6 +43,10 @@ sourceSets {
}
}

javadoc {
modularity.inferModulePath = false
}

apply from: rootProject.file("gradle-mvn-push.gradle")

/** Adds information to the publication for uploading to Maven repositories. */
Expand Down
1 change: 1 addition & 0 deletions docs/manual/contributors.tex
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@
Mahmood Ali,
Manu Sridharan,
Mark Roberts,
Marko Bekhta,
Markus Frohme,
Martin Kellogg,
Matt Mullen,
Expand Down