Skip to content

Commit ec4b576

Browse files
authored
Update build.gradle
fix build module
1 parent 024f2fd commit ec4b576

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

processor-gson/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
apply plugin: 'kotlin'
22
apply plugin: "com.github.ben-manes.versions"
3+
apply plugin: 'maven'
34

45
sourceSets {
56
main.java.srcDirs += 'src/main/kotlin'
@@ -21,4 +22,4 @@ test {
2122
}
2223

2324
sourceCompatibility = "7"
24-
targetCompatibility = "7"
25+
targetCompatibility = "7"

0 commit comments

Comments
 (0)