Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a6754379e8 | ||
|
|
bbd0182c2a |
@@ -16,7 +16,11 @@ object ConflictFinder {
|
||||
continue
|
||||
}
|
||||
|
||||
val conflict = plugin.getConflict()
|
||||
val conflict = try {
|
||||
plugin.getConflict()
|
||||
} catch (e: Exception) {
|
||||
continue
|
||||
} // Really can't be fucked to do this properly.
|
||||
|
||||
if (conflict != null) {
|
||||
conflicts.add(conflict)
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version = 6.37.2
|
||||
version = 6.37.3
|
||||
plugin-name = eco
|
||||
kotlin.code.style = official
|
||||
Reference in New Issue
Block a user