Neverlink support (#97) * Fix migration script and get it working on macOS (#89) Use upstream Robolectric integration with rules_jvm_external in the android_local_test example (#86) * Use upstream Robolectric integration with rules_jvm_external in the android_local_test example * Add robolectric's repo sha256 Add a example for Spring Boot (#96) * Add a example for Spring Boot * Add note about tutorial code's license * Clean up * Add explicit top level dependencies to the WORKSPACE WIP java_test Add default paths for Coursier Update presubmits Undo workspace Disable unsafe shared cache test on Windows typo Fix tests on macOS Fix breakage on Linux Simplify. Fix tests Fix tests fix tests Fix tests try try again * Delete unused files * Neverlink support work in progress * Add tests * Update docs * Fixed indentation * Address Danna's comment * Try to invalidate cache * Use a Java test instead * Fix typo
diff --git a/WORKSPACE b/WORKSPACE index 1533088..79fdafa 100644 --- a/WORKSPACE +++ b/WORKSPACE
@@ -58,6 +58,8 @@ "com.google.j2objc:j2objc-annotations", ], ), + # https://github.com/bazelbuild/rules_jvm_external/issues/92#issuecomment-478430167 + maven.artifact("com.squareup", "javapoet", "1.11.1", neverlink = True), # https://github.com/bazelbuild/rules_jvm_external/issues/98 "com.github.fommil.netlib:all:1.1.2", "nz.ac.waikato.cms.weka:weka-stable:3.8.1",