Skip to content

Instantly share code, notes, and snippets.

@foragerr
Created February 22, 2016 17:10
Show Gist options
  • Save foragerr/857234a5cf53a3918e5c to your computer and use it in GitHub Desktop.
Save foragerr/857234a5cf53a3918e5c to your computer and use it in GitHub Desktop.
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