Migration from Maven to Gradle 7.3

This commit is contained in:
2021-11-12 09:06:59 +01:00
parent 5dd7cc6eab
commit 692fb1cb2c
22 changed files with 473 additions and 233 deletions

View File

@@ -0,0 +1,2 @@
description = 'wizard-common'

View File

@@ -1,19 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>wizard</artifactId>
<groupId>eu.jonahbauer</groupId>
<version>1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>wizard-common</artifactId>
<properties>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
</properties>
</project>