Skip to content

Commit 673269f

Browse files
committed
fix stubbing issue
1 parent 9d7e854 commit 673269f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ usesShadowedDependencies = false
9191
# path will be removed, and all classes that refer to said classes will be modified so that the "stubpackage" will map
9292
# to the root package instead. This is useful for referring to compile-time inaccessible classes, such as classes in the
9393
# default package
94-
remapStubs = false
94+
remapStubs = true
9595

9696
# Optional parameter to customize the produced artifacts. Use this to preserver artifact naming when migrating older
9797
# projects. New projects should not use this parameter.

0 commit comments

Comments
 (0)