Skip to content

Commit 97ee899

Browse files
committed
Update snapshot target to address some QoL issues
- Plugin loggers included in output - FX task scheduling can queue up items before FX is initialized
1 parent e334042 commit 97ee899

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ext {
1313
// For Recaf versions:
1414
// - Releases: https://mvnrepository.com/artifact/software.coley/recaf-core
1515
// - Snapshots: https://jitpack.io/#Col-E/Recaf (see commits tab)
16-
recafVersion = 'd5898f5d18'
16+
recafVersion = '102fa4df1e'
1717
recafSnapshots = true
1818

1919
// This should point to the full name of the class that 'implements Plugin'

0 commit comments

Comments
 (0)