mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
#2685 - Bump ebean-test-docker to 5.1 with newBuilder() -> builder() with deprecation
This commit is contained in:
@@ -5,7 +5,7 @@ import io.ebean.docker.commands.CockroachContainer;
|
||||
public class StartCockroach {
|
||||
|
||||
public static void main(String[] args) {
|
||||
CockroachContainer.newBuilder("v21.2.4")
|
||||
CockroachContainer.builder("v21.2.4")
|
||||
.dbName("unit")
|
||||
.build()
|
||||
.start();
|
||||
|
||||
Reference in New Issue
Block a user