Commit 74c510a 1 parent cea3782 commit 74c510a Copy full SHA for 74c510a
File tree 4 files changed +7
-5
lines changed
java/com/google/googlejavaformat/intellij
4 files changed +7
-5
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.16.1 " }
17
+ plugins { id(" org.jetbrains.intellij" ) version " 1.17.2 " }
18
18
19
19
apply (plugin = " org.jetbrains.intellij" )
20
20
21
21
apply (plugin = " java" )
22
22
23
23
repositories { mavenCentral() }
24
24
25
- val googleJavaFormatVersion = " 1.19.2 "
25
+ val googleJavaFormatVersion = " 1.20.0 "
26
26
27
27
java {
28
28
sourceCompatibility = JavaVersion .VERSION_11
@@ -62,5 +62,5 @@ tasks {
62
62
dependencies {
63
63
implementation(" com.google.googlejavaformat:google-java-format:${googleJavaFormatVersion} " )
64
64
testImplementation(" junit:junit:4.13.2" )
65
- testImplementation(" com.google.truth:truth:1.2.0 " )
65
+ testImplementation(" com.google.truth:truth:1.4.1 " )
66
66
}
Original file line number Diff line number Diff line change 33
33
import javax .swing .JPanel ;
34
34
import org .jetbrains .annotations .Nls ;
35
35
import org .jetbrains .annotations .NotNull ;
36
- import org .jspecify .annotations .Nullable ;
36
+ import org .jetbrains .annotations .Nullable ;
37
37
38
38
class GoogleJavaFormatConfigurable extends BaseConfigurable implements SearchableConfigurable {
39
39
Original file line number Diff line number Diff line change 22
22
import com .intellij .openapi .components .Storage ;
23
23
import com .intellij .openapi .project .Project ;
24
24
import org .jetbrains .annotations .NotNull ;
25
- import org .jspecify .annotations .Nullable ;
25
+ import org .jetbrains .annotations .Nullable ;
26
26
27
27
@ State (
28
28
name = "GoogleJavaFormatSettings" ,
Original file line number Diff line number Diff line change 35
35
]]> </description >
36
36
<change-notes ><![CDATA[
37
37
<dl>
38
+ <dt>1.20.0.0</dt>
39
+ <dd>Updated to use google-java-format 1.20.0.</dd>
38
40
<dt>1.19.2.0</dt>
39
41
<dd>Updated to use google-java-format 1.19.2.</dd>
40
42
<dt>1.17.0.0</dt>
You can’t perform that action at this time.
0 commit comments