Skip to content

Commit 55cf68c

Browse files
Remove top-level BUILD file (#54)
Given that the top-level `BUILD` file is otherwise empty, the bug that is obliquely referenced here is likely to be thought-machine/please#3408, which prevents repos from being properly initialised unless they have a top-level `BUILD` file. This bug was fixed in Please v17.19.1, so require that as the minimum version of Please for using the plugin.
1 parent ac7464f commit 55cf68c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.plzconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[Please]
2-
version = >=17.10.1
2+
version = >=17.19.1
33

44
[Plugin "java"]
55
Toolchain = //third_party/java:toolchain

BUILD

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)