Commit 6e3b852 1 parent c4b467d commit 6e3b852 Copy full SHA for 6e3b852
File tree 2 files changed +10
-2
lines changed
src/main/resources/META-INF
2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 14
14
* limitations under the License.
15
15
*/
16
16
17
- plugins { id(" org.jetbrains.intellij" ) version " 1.17.2" }
17
+ // https://github.com/JetBrains/intellij-platform-gradle-plugin/releases
18
+ plugins { id(" org.jetbrains.intellij" ) version " 1.17.3" }
18
19
19
20
apply (plugin = " org.jetbrains.intellij" )
20
21
21
22
apply (plugin = " java" )
22
23
23
24
repositories { mavenCentral() }
24
25
25
- val googleJavaFormatVersion = " 1.21.0"
26
+ // https://github.com/google/google-java-format/releases
27
+ val googleJavaFormatVersion = " 1.22.0"
26
28
27
29
java {
28
30
sourceCompatibility = JavaVersion .VERSION_11
@@ -61,6 +63,8 @@ tasks {
61
63
62
64
dependencies {
63
65
implementation(" com.google.googlejavaformat:google-java-format:${googleJavaFormatVersion} " )
66
+ // https://mvnrepository.com/artifact/junit/junit
64
67
testImplementation(" junit:junit:4.13.2" )
68
+ // https://mvnrepository.com/artifact/com.google.truth/truth
65
69
testImplementation(" com.google.truth:truth:1.4.2" )
66
70
}
Original file line number Diff line number Diff line change 35
35
]]> </description >
36
36
<change-notes ><![CDATA[
37
37
<dl>
38
+ <dt>1.22.0.0</dt>
39
+ <dd>Updated to use google-java-format 1.22.0.</dd>
40
+ <dt>1.21.0.0</dt>
41
+ <dd>Updated to use google-java-format 1.21.0.</dd>
38
42
<dt>1.20.0.0</dt>
39
43
<dd>Updated to use google-java-format 1.20.0.</dd>
40
44
<dt>1.19.2.0</dt>
You can’t perform that action at this time.
0 commit comments