From fc3a5648edd0bf99738d4fa80afffab6a1aaa14f Mon Sep 17 00:00:00 2001
From: Adam <897017+aSemy@users.noreply.github.com>
Date: Wed, 31 May 2023 23:27:56 +0200
Subject: [PATCH] tidy build config, update pom.xmls
---
app/build.gradle.kts | 6 ------
app/pom.xml | 9 +++++----
lib/build.gradle.kts | 6 ------
lib/pom.xml | 4 ++--
4 files changed, 7 insertions(+), 18 deletions(-)
diff --git a/app/build.gradle.kts b/app/build.gradle.kts
index 6555d51..a628ef8 100644
--- a/app/build.gradle.kts
+++ b/app/build.gradle.kts
@@ -39,12 +39,6 @@ base {
archivesName.set(rootProject.name)
}
-java {
- sourceCompatibility = JavaVersion.VERSION_11
- targetCompatibility = JavaVersion.VERSION_11
- withSourcesJar()
-}
-
application {
mainClass.set(urlEncoderMainClass)
}
diff --git a/app/pom.xml b/app/pom.xml
index 57aff04..e610169 100644
--- a/app/pom.xml
+++ b/app/pom.xml
@@ -6,10 +6,11 @@
4.0.0
- urlencoder
+ net.thauvin.erik
urlencoder
- unspecified
+ 1.3.1-SNAPSHOT
UrlEncoder for Kotlin
+ A simple defensive application to encode/decode URL components
https://github.com/ethauvin/urlencoder
@@ -48,9 +49,9 @@
compile
- urlencoder
+ net.thauvin.erik
urlencoder-lib
- unspecified
+ 1.3.1-SNAPSHOT
runtime
diff --git a/lib/build.gradle.kts b/lib/build.gradle.kts
index ecb7ac2..adb85c9 100644
--- a/lib/build.gradle.kts
+++ b/lib/build.gradle.kts
@@ -36,12 +36,6 @@ base {
archivesName.set(rootProject.name)
}
-java {
- sourceCompatibility = JavaVersion.VERSION_11
- targetCompatibility = JavaVersion.VERSION_11
- withSourcesJar()
-}
-
tasks {
withType().configureEach {
destination = file("$projectDir/pom.xml")
diff --git a/lib/pom.xml b/lib/pom.xml
index 9e38022..a586d68 100644
--- a/lib/pom.xml
+++ b/lib/pom.xml
@@ -6,9 +6,9 @@
4.0.0
- urlencoder
+ net.thauvin.erik
urlencoder-lib
- unspecified
+ 1.3.1-SNAPSHOT
UrlEncoder for Kotlin
A simple defensive library to encode/decode URL components
https://github.com/ethauvin/urlencoder