Skip to content

Commit

Permalink
setup jitpack as new artifact repository
Browse files Browse the repository at this point in the history
  • Loading branch information
danurahadi committed Jun 22, 2021
1 parent 1a6db86 commit 604e3fd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 20 deletions.
17 changes: 0 additions & 17 deletions .travis.yml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repositories {
}
}

group = 'com.github.danurahadi'
group = 'com.github.jasoet'

dependencies {

Expand Down Expand Up @@ -183,7 +183,7 @@ publishing {
YoPublication(MavenPublication) {
from components.java
artifact sourcesJar
groupId 'com.github.danurahadi.yoframework'
groupId 'com.github.jasoet.yoframework'
artifactId "${project.name}"
version "${version}"
pom.withXml {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Set the project version
version=0.5.8
version=0.5

# Set the JVM heap size
org.gradle.jvmargs=-Xms2g -Xmx4g -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
Expand Down

0 comments on commit 604e3fd

Please sign in to comment.