We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4dcb92 commit 1d8039dCopy full SHA for 1d8039d
build.gradle
@@ -7,7 +7,7 @@ plugins {
7
}
8
9
group 'me.Cobeine'
10
-version '1.0-SNAPSHOT'
+version '1.0-Beta'
11
12
repositories {
13
mavenCentral()
@@ -31,14 +31,23 @@ dependencies {
31
32
33
34
-/*
35
-compileJava {
36
- sourceCompatibility = '11'
37
- targetCompatibility = '11'
+publishing {
+ publications {
+ mavenJava(MavenPublication) {
+ from components.java
38
+ }
39
40
+ repositories {
41
+ maven {
42
+ url 'https://jitpack.io'
43
44
45
-*/
-
46
shadowJar {
47
println "We have been here UWU"
48
+ archiveBaseName.set("SQLava")
49
+ archiveClassifier.set("")
50
51
+
52
53
apply plugin: 'com.github.johnrengelman.shadow'
0 commit comments