<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <!-- This module was also published with a richer model, Gradle metadata,  -->
  <!-- which should be used instead. Do not delete the following line which  -->
  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
  <!-- that they should prefer consuming it instead. -->
  <!-- do_not_remove: published-with-gradle-metadata -->
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.davils</groupId>
  <artifactId>kreate</artifactId>
  <version>1.3.0</version>
  <name>Kreate</name>
  <description>A helper plugin for setting up enterprise-grade Gradle Kotlin projects.</description>
  <url>https://www.davils.com</url>
  <inceptionYear>2025</inceptionYear>
  <licenses>
    <license>
      <name>Apache 2.0</name>
      <url>https://github.com/davils-com/kreate/blob/main/LICENSE</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>davils</id>
      <name>Davils</name>
      <email>development@davils.com</email>
      <organization>Davils</organization>
      <timezone>Europe/Berlin</timezone>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/davils-com/kreate.git</connection>
    <developerConnection>scm:git:ssh://git@github.com:davils-com/kreate.git</developerConnection>
    <url>https://github.com/davils-com/kreate.git</url>
  </scm>
  <issueManagement>
    <system>Github Issues</system>
    <url>https://github.com/davils-com/kreate/issues</url>
  </issueManagement>
  <ciManagement>
    <system>Github Actions</system>
    <url>https://github.com/davils-com/kreate/actions</url>
  </ciManagement>
  <dependencies>
    <dependency>
      <groupId>com.squareup</groupId>
      <artifactId>kotlinpoet-jvm</artifactId>
      <version>2.3.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.davils</groupId>
      <artifactId>davilsx-kore-jvm</artifactId>
      <version>1.1.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-gradle-plugin</artifactId>
      <version>2.4.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.dokka</groupId>
      <artifactId>dokka-gradle-plugin</artifactId>
      <version>2.2.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin.plugin.serialization</groupId>
      <artifactId>org.jetbrains.kotlin.plugin.serialization.gradle.plugin</artifactId>
      <version>2.4.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.vanniktech.maven.publish</groupId>
      <artifactId>com.vanniktech.maven.publish.gradle.plugin</artifactId>
      <version>0.37.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>dev.detekt</groupId>
      <artifactId>detekt-gradle-plugin</artifactId>
      <version>2.0.0-alpha.5</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
