File tree Expand file tree Collapse file tree 2 files changed +11
-18
lines changed Expand file tree Collapse file tree 2 files changed +11
-18
lines changed Original file line number Diff line number Diff line change 1- /*
2- * This file was generated by the Gradle 'init' task.
3- */
4-
51plugins {
6- id ' java'
7- id ' java-library'
8- id ' maven-publish'
2+ id " java-library"
3+ id " maven-publish"
94}
105
116repositories {
127 mavenLocal()
138 maven {
14- url = uri(' https://repo.maven.apache.org/maven2' )
9+ url = uri(" https://repo.maven.apache.org/maven2" )
1510 }
1611}
1712
1813dependencies {
19- testImplementation ' junit:junit:4.12'
14+ testImplementation " junit:junit:4.12"
2015}
2116
22- group = ' com.kosherjava '
23- version = ' 2.1.0 '
24- sourceCompatibility = ' 8 '
25- targetCompatibility = ' 1.8 '
17+ java {
18+ sourceCompatibility = JavaVersion . VERSION_1_8
19+ targetCompatibility = JavaVersion . VERSION_1_8
20+ }
2621
2722publishing {
2823 publications {
2924 maven(MavenPublication ) {
25+ group = " com.kosherjava"
26+ version = " 2.1.0"
3027 from(components. java)
3128 }
3229 }
Original file line number Diff line number Diff line change 1- /*
2- * This file was generated by the Gradle 'init' task.
3- */
4-
5- rootProject. name = ' zmanim'
1+ rootProject. name = " zmanim"
You can’t perform that action at this time.
0 commit comments