mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-17 18:02:05 +01:00
Bump sop-java version to 4.0.1 and override executable name
This commit is contained in:
parent
3ceb4c1a36
commit
b23a1d77a3
2 changed files with 2 additions and 1 deletions
|
@ -14,6 +14,7 @@ import sop.cli.picocli.SopCLI;
|
|||
public class PGPainlessCLI {
|
||||
|
||||
static {
|
||||
SopCLI.EXECUTABLE_NAME = "pgpainless-cli";
|
||||
SopCLI.setSopInstance(new SOPImpl());
|
||||
}
|
||||
|
||||
|
|
|
@ -13,6 +13,6 @@ allprojects {
|
|||
logbackVersion = '1.2.11'
|
||||
mockitoVersion = '4.5.1'
|
||||
slf4jVersion = '1.7.36'
|
||||
sopJavaVersion = '4.0.0'
|
||||
sopJavaVersion = '4.0.1'
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue