File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,9 @@ plugins {
77 id ' com.diffplug.gradle.spotless' version ' 3.27.2'
88}
99
10+ sourceCompatibility = 1.8
11+ targetCompatibility = 1.8
12+
1013repositories {
1114 jcenter()
1215 mavenCentral()
@@ -40,19 +43,19 @@ uploadArchives {
4043 mavenDeployer {
4144 beforeDeployment { MavenDeployment deployment -> signing. signPom(deployment) }
4245
43- repository(url : " file://${ buildDir} /repo" ) {}
46+ // repository(url: "file://${buildDir}/repo") {}
4447
4548 // repository(url: "https://oss.sonatype.org/service/local/staging/deploy/maven2") {
4649 // authentication(userName: '', password: '')
47- // }
50+ // }
4851
4952 // snapshotRepository(url: "https://oss.sonatype.org/content/repositories/snapshots/") {
5053 // authentication(userName: ossrhUsername, password: ossrhPassword)
5154 // }
5255
5356 pom. project {
5457 groupId = ' org.arkecosystem'
55- version = ' 1.2.8 '
58+ version = ' 1.2.9 '
5659 artifactId = ' crypto'
5760
5861 name = ' java-crypto'
You can’t perform that action at this time.
0 commit comments