same issue with JDK 11, Hibernate 5.4.12 and PostgreSQl 12. Replacing {{ @Column(name = "ident") @Type(type = "pg-uuid") }} with @Column(name="ident", columnDefinition = "uuid" )
solved the problem for me.