Skip to content

Commit

Permalink
OssPublic
Browse files Browse the repository at this point in the history
  • Loading branch information
jimichan committed Aug 8, 2018
1 parent a8d2a55 commit 60f46d8
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions build.gradle
Expand Up @@ -70,6 +70,30 @@ publishing {
artifact javadocJar {
classifier "javadoc"
}

pom {
name = 'fastText4j'
description = 'Java(kotlin) implementation of the Fasebook \'s FastText'
url = 'https://github.com/mayabot/fastText4j'
licenses {
license {
name = 'The Apache License, Version 2.0'
url = 'http://www.apache.org/licenses/LICENSE-2.0.txt'
}
}
developers {
developer {
id = 'jimichan'
name = 'Jimi chan'
email = 'jimichan@gmail.com'
}
}
scm {
connection = 'scm:git:git@github.com:mayabot/fastText4j.git'
developerConnection = 'scm:git:git@github.com:mayabot/fastText4j.git'
url = 'git@github.com:mayabot/fastText4j.git'
}
}
}

}
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.7-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.8.1-all.zip

0 comments on commit 60f46d8

Please sign in to comment.