Error ./gradlew build

image
I got an error while performing the build process
image
image

this is my first build

Hi

You can run this program from the IDE ?

Looks like there is a problem in your user.java

	@PrePersist
	public void prePersist() {
          // ???
	}

Can you check ?

Regards
Felix

Sorry, user.java does not have “void PrePersist”

image
I found the error

1 Like