<?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>dev.suresh.build</groupId>
  <artifactId>project</artifactId>
  <version>2.5.0</version>
  <name>dev.suresh.build:project</name>
  <description>Gradle build project plugins!</description>
  <url>https://github.com/sureshg/build-commons</url>
  <inceptionYear>2025</inceptionYear>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>sureshg</name>
      <email>email@suresh.dev</email>
      <organization>suresh.dev</organization>
      <organizationUrl>https://suresh.dev</organizationUrl>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/sureshg/build-commons.git</connection>
    <developerConnection>scm:git:https://github.com/sureshg/build-commons.git</developerConnection>
    <url>https://github.com/sureshg/build-commons</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.jetbrains.kotlinx</groupId>
      <artifactId>kotlinx-coroutines-core-jvm</artifactId>
      <version>1.10.2</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlinx</groupId>
      <artifactId>kotlinx-datetime-jvm</artifactId>
      <version>0.6.2</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlinx</groupId>
      <artifactId>kotlinx-serialization-json-jvm</artifactId>
      <version>1.8.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.github.ajalt.mordant</groupId>
      <artifactId>mordant-coroutines-jvm</artifactId>
      <version>3.0.2</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>me.saket.bytesize</groupId>
      <artifactId>bytesize-jvm</artifactId>
      <version>2.0.0-beta04</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>dev.suresh.build</groupId>
      <artifactId>shared</artifactId>
      <version>2.5.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>net.e175.klaus</groupId>
      <artifactId>zip-prefixer</artifactId>
      <version>0.3.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>gg.jte</groupId>
      <artifactId>jte-runtime</artifactId>
      <version>3.2.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin.multiplatform</groupId>
      <artifactId>org.jetbrains.kotlin.multiplatform.gradle.plugin</artifactId>
      <version>2.2.0-RC3</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin.plugin.allopen</groupId>
      <artifactId>org.jetbrains.kotlin.plugin.allopen.gradle.plugin</artifactId>
      <version>2.2.0-RC3</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin.plugin.power-assert</groupId>
      <artifactId>org.jetbrains.kotlin.plugin.power-assert.gradle.plugin</artifactId>
      <version>2.2.0-RC3</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin.plugin.js-plain-objects</groupId>
      <artifactId>org.jetbrains.kotlin.plugin.js-plain-objects.gradle.plugin</artifactId>
      <version>2.2.0-RC3</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.google.devtools.ksp</groupId>
      <artifactId>com.google.devtools.ksp.gradle.plugin</artifactId>
      <version>2.2.0-RC3-2.0.2</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlinx.atomicfu</groupId>
      <artifactId>org.jetbrains.kotlinx.atomicfu.gradle.plugin</artifactId>
      <version>0.28.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.2.0-RC3</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlinx.kover</groupId>
      <artifactId>org.jetbrains.kotlinx.kover.gradle.plugin</artifactId>
      <version>0.9.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlinx.benchmark</groupId>
      <artifactId>org.jetbrains.kotlinx.benchmark.gradle.plugin</artifactId>
      <version>0.4.14</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlinx.binary-compatibility-validator</groupId>
      <artifactId>org.jetbrains.kotlinx.binary-compatibility-validator.gradle.plugin</artifactId>
      <version>0.17.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.dokka</groupId>
      <artifactId>org.jetbrains.dokka.gradle.plugin</artifactId>
      <version>2.0.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.graalvm.buildtools.native</groupId>
      <artifactId>org.graalvm.buildtools.native.gradle.plugin</artifactId>
      <version>0.10.6</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>dev.zacsweers.redacted</groupId>
      <artifactId>dev.zacsweers.redacted.gradle.plugin</artifactId>
      <version>1.14.0-alpha01</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.diffplug.spotless</groupId>
      <artifactId>com.diffplug.spotless.gradle.plugin</artifactId>
      <version>7.0.4</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.gradleup.shadow</groupId>
      <artifactId>com.gradleup.shadow.gradle.plugin</artifactId>
      <version>9.0.0-beta17</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>me.champeau.mrjar</groupId>
      <artifactId>me.champeau.mrjar.gradle.plugin</artifactId>
      <version>0.1.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.javiersc.semver</groupId>
      <artifactId>com.javiersc.semver.gradle.plugin</artifactId>
      <version>0.8.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.github.ben-manes.versions</groupId>
      <artifactId>com.github.ben-manes.versions.gradle.plugin</artifactId>
      <version>0.52.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.dorongold.task-tree</groupId>
      <artifactId>com.dorongold.task-tree.gradle.plugin</artifactId>
      <version>4.0.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>dev.mokkery</groupId>
      <artifactId>dev.mokkery.gradle.plugin</artifactId>
      <version>2.8.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>gg.jte.gradle</groupId>
      <artifactId>gg.jte.gradle.gradle.plugin</artifactId>
      <version>3.2.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.google.cloud.tools.jib</groupId>
      <artifactId>com.google.cloud.tools.jib.gradle.plugin</artifactId>
      <version>3.4.5</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.javiersc.kotlin.kopy</groupId>
      <artifactId>com.javiersc.kotlin.kopy.gradle.plugin</artifactId>
      <version>0.16.0+2.1.21</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.hildan.github.changelog</groupId>
      <artifactId>org.hildan.github.changelog.gradle.plugin</artifactId>
      <version>2.2.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.vanniktech.maven.publish</groupId>
      <artifactId>com.vanniktech.maven.publish.gradle.plugin</artifactId>
      <version>0.32.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.google.cloud.tools</groupId>
      <artifactId>jib-native-image-extension-gradle</artifactId>
      <version>0.1.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.jakewharton.kmpmt</groupId>
      <artifactId>kmpmt-gradle-plugin</artifactId>
      <version>0.1.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>gg.jte</groupId>
      <artifactId>jte-models</artifactId>
      <version>3.2.1</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
