Skip to content

Commit

Permalink
increase script cache version
Browse files Browse the repository at this point in the history
  • Loading branch information
brachy84 committed Oct 6, 2024
1 parent d4047b4 commit 145c9a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public class GroovyScriptSandbox extends GroovySandbox {
* Changing this number will force the cache to be deleted and every script has to be recompiled.
* Useful when changes to the compilation process were made.
*/
public static final int CACHE_VERSION = 2;
public static final int CACHE_VERSION = 3;
/**
* Setting this to false will cause compiled classes to never be cached.
* As a side effect some compilation behaviour might change. Can be useful for debugging.
Expand Down

0 comments on commit 145c9a3

Please sign in to comment.