Skip to content

Commit

Permalink
Gradle -> Maven
Browse files Browse the repository at this point in the history
  • Loading branch information
masecla22 committed Sep 11, 2021
1 parent dced1dd commit 902d887
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 29 deletions.
19 changes: 0 additions & 19 deletions build.gradle.kts

This file was deleted.

4 changes: 0 additions & 4 deletions gradle.properties

This file was deleted.

28 changes: 28 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<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>com.github.masecla</groupId>
<artifactId>java-express</artifactId>
<version>0.0.1-SNAPSHOT</version>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.0-alpha5</version>
</dependency>
</dependencies>
</project>
6 changes: 0 additions & 6 deletions settings.gradle.kts

This file was deleted.

0 comments on commit 902d887

Please sign in to comment.