Skip to content

Commit 685f90e

Browse files
author
Matheus Bristot
committed
Revert "Fixed maven pub"
This reverts commit c8a4db4.
1 parent c8a4db4 commit 685f90e

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

build.gradle

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,16 @@ apply plugin: 'java'
22
apply plugin: 'maven'
33

44
group = 'com.github.matheusbristot'
5+
version = '3.2.8'
56

67
sourceCompatibility = 1.8 // java 8
78
targetCompatibility = 1.8
89

10+
uploadArchives {
11+
repositories {
12+
mavenLocal()
13+
}
14+
}
915

1016
repositories {
1117
mavenCentral()
@@ -34,9 +40,6 @@ artifacts {
3440
install {
3541
repositories.mavenInstaller {
3642
pom.project {
37-
groupId "com.github.matheusbristot"
38-
artifactId "com.activeandroid"
39-
version "3.2.9"
4043
licenses {
4144
license {
4245
name 'The Apache Software License, Version 2.0'

0 commit comments

Comments
 (0)