Skip to content
This repository was archived by the owner on Mar 10, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ plugins {

ext {
artifactId = "lazysodium-java-code"
groupId = "io.github.sean-codevasp"
version = '0.1.1'
groupId = "com.codevasp"
version = '1.0.0'
description = "Lazy sodium (Java) makes it effortless for Java " +
"developers to get started with Libsodium's cryptography."
}
Expand All @@ -33,8 +33,8 @@ version = project.ext.version

mainClassName = "com.codevasp.lazysodium.LazySodium"

sourceCompatibility = 17
targetCompatibility = 17
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8

sourceSets {
main {
Expand All @@ -52,18 +52,18 @@ mavenPublishing {
signAllPublications()
publishToMavenCentral(SonatypeHost.CENTRAL_PORTAL)

coordinates("io.github.sean-codevasp", "lazysodium-java-code", "0.1.1")
coordinates("com.codevasp", "lazysodium-java-code", "1.0.0")

pom {
name = 'lazysodium-java-code'
description = "Lazy sodium (Java) makes it effortless for Java " +
"developers to get started with Libsodium's cryptography."
url = '<https://github.com/sean-codevasp/lazysodium-java-code>'
url = '<https://github.com/codevasp-lab/lazysodium-java-code>'

licenses {
license {
name = 'Mozilla Public License Version 2.0'
url = '<https://github.com/sean-codevasp/lazysodium-java-code/blob/master/LICENSE>'
url = '<https://github.com/codevasp-lab/lazysodium-java-code/blob/master/LICENSE>'
}
}

Expand All @@ -76,9 +76,9 @@ mavenPublishing {
}

scm {
connection = 'scm:git:github.com/sean-codevasp/lazysodium-java-code.git'
developerConnection = 'scm:git:ssh://github.com/sean-codevasp/lazysodium-java-code.git'
url = '<https://github.com/sean-codevasp/lazysodium-java-code/tree/master>'
connection = 'scm:git:https://github.com/codevasp-lab/lazysodium-java-code.git'
developerConnection = 'scm:git:ssh://https://github.com/codevasp-lab/lazysodium-java-code.git'
url = '<https://https://github.com/codevasp-lab/lazysodium-java-code/tree/master>'
}
}
}
Expand Down
1 change: 0 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@
# License, v2.0. If a copy of the MPL was not distributed with this
# file, you can obtain one at http://mozilla.org/MPL/2.0/.
#