Created
February 22, 2016 17:10
-
-
Save foragerr/857234a5cf53a3918e5c to your computer and use it in GitHub Desktop.
Sample for : http://stackoverflow.com/a/35553942/745574
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
buildscript { | |
repositories{ | |
maven{url 'http://repo1.maven.org/maven2/'} | |
} | |
dependencies { | |
classpath "org.hibernate:hibernate-gradle-plugin:5.0.7.Final" | |
} | |
} | |
apply plugin: 'org.hibernate.orm' | |
apply plugin: 'java' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment