<?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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <groupId>dev.ketoy.compiler</groupId>
  <artifactId>dev.ketoy.compiler.gradle.plugin</artifactId>
  <version>0.4.1-alpha</version>
  <packaging>pom</packaging>
  <name>KetoyVM Gradle Plugin</name>
  <description>Gradle plugin wiring the KetoyVM compiler plugin and exposing the ketoyBundle and ketoyExportCapabilities tasks.</description>
  <url>https://github.com/DeveloperChunk/ketoy-extended/</url>
  <inceptionYear>2024</inceptionYear>
  <licenses>
    <license>
      <name>The Apache License, Version 2.0</name>
      <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>https://www.apache.org/licenses/LICENSE-2.0.txt</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>developerchunk</id>
      <name>Aditya</name>
      <url>https://github.com/DeveloperChunk/</url>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/DeveloperChunk/ketoy-extended.git</connection>
    <developerConnection>scm:git:ssh://git@github.com/DeveloperChunk/ketoy-extended.git</developerConnection>
    <url>https://github.com/DeveloperChunk/ketoy-extended</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>dev.ketoy.vm</groupId>
      <artifactId>ketoy-gradle-plugin</artifactId>
      <version>0.4.1-alpha</version>
    </dependency>
  </dependencies>
</project>
