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
-
5
1
plugins {
6
- id ' java'
7
- id ' java-library'
8
- id ' maven-publish'
2
+ id " java-library"
3
+ id " maven-publish"
9
4
}
10
5
11
6
repositories {
12
7
mavenLocal()
13
8
maven {
14
- url = uri(' https://repo.maven.apache.org/maven2' )
9
+ url = uri(" https://repo.maven.apache.org/maven2" )
15
10
}
16
11
}
17
12
18
13
dependencies {
19
- testImplementation ' junit:junit:4.12'
14
+ testImplementation " junit:junit:4.12"
20
15
}
21
16
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
+ }
26
21
27
22
publishing {
28
23
publications {
29
24
maven(MavenPublication ) {
25
+ group = " com.kosherjava"
26
+ version = " 2.1.0"
30
27
from(components. java)
31
28
}
32
29
}
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