Skip to content

Commit 9412083

Browse files
plumpygoogle-java-format Team
authored and
google-java-format Team
committed
Use a standard gradle project structure.
I'm going to add tests next, but with this weird file structure I've been using, there's no good place to put them. The only content changes here are in build.gradle. PiperOrigin-RevId: 512914783
1 parent a7583fb commit 9412083

11 files changed

+0
-7
lines changed

idea_plugin/build.gradle

-7
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,6 @@ publishPlugin {
5050
token = project.ext.properties.jetbrainsPluginRepoToken
5151
}
5252

53-
sourceSets {
54-
main {
55-
java.srcDir "src"
56-
resources.srcDir "resources"
57-
}
58-
}
59-
6053
dependencies {
6154
implementation "com.google.googlejavaformat:google-java-format:${googleJavaFormatVersion}"
6255
}

0 commit comments

Comments
 (0)