<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>tech.kronicle</groupId>
  <artifactId>gradle-static-analyzer</artifactId>
  <version>0.1.0</version>
  <name>tech.kronicle:gradle-static-analyzer</name>
  <description>A Java library for performing static analysis on a Gradle build script to find out what dependencies it is using</description>
  <url>https://github.com/kronicle-tech/gradle-static-analyzer</url>
  <licenses>
    <license>
      <name>MIT</name>
      <url>https://github.com/kronicle-tech/gradle-static-analyzer/blob/main/LICENSE</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>simondean</id>
      <name>Simon Dean</name>
      <email>simon@simondean.org</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/kronicle-tech/gradle-static-analyzer.git</connection>
    <developerConnection>scm:git:https://github.com/kronicle-tech/gradle-static-analyzer.git</developerConnection>
    <url>https://github.com/kronicle-tech/gradle-static-analyzer</url>
  </scm>
</project>
