From 3bcfa88bcaa8f7782d4447bb2bc11eb08ab47165 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yoann=20Rodi=C3=A8re?= Date: Tue, 29 Jul 2025 14:10:04 +0200 Subject: [PATCH] HBX-3067 Add minimal README for Gradle Just so that our website can point to it. We can improve on the readme later. --- gradle/README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 gradle/README.md diff --git a/gradle/README.md b/gradle/README.md new file mode 100644 index 0000000000..ae406d1031 --- /dev/null +++ b/gradle/README.md @@ -0,0 +1,23 @@ + + +[![Hibernate](https://static.jboss.org/hibernate/images/hibernate_200x150.png)](https://tools.hibernate.org) + +# Hibernate Tools Gradle Plugin + +## Overview + +This [Gradle](https://gradle.org/) plugin brings the power of the [Hibernate Tools API](../orm) to your Gradle build. If you are looking for a quick tutorial on the use of the Hibernate Tools Gradle plugin, we can refer you to the [5 minute tutorial](docs/5-minute-tutorial.md).