File tree Expand file tree Collapse file tree 4 files changed +7
-5
lines changed
java/com/google/googlejavaformat/intellij Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1414 * limitations under the License.
1515 */
1616
17- plugins { id(" org.jetbrains.intellij" ) version " 1.16.1 " }
17+ plugins { id(" org.jetbrains.intellij" ) version " 1.17.2 " }
1818
1919apply (plugin = " org.jetbrains.intellij" )
2020
2121apply (plugin = " java" )
2222
2323repositories { mavenCentral() }
2424
25- val googleJavaFormatVersion = " 1.19.2 "
25+ val googleJavaFormatVersion = " 1.20.0 "
2626
2727java {
2828 sourceCompatibility = JavaVersion .VERSION_11
@@ -62,5 +62,5 @@ tasks {
6262dependencies {
6363 implementation(" com.google.googlejavaformat:google-java-format:${googleJavaFormatVersion} " )
6464 testImplementation(" junit:junit:4.13.2" )
65- testImplementation(" com.google.truth:truth:1.2.0 " )
65+ testImplementation(" com.google.truth:truth:1.4.1 " )
6666}
Original file line number Diff line number Diff line change 3333import javax .swing .JPanel ;
3434import org .jetbrains .annotations .Nls ;
3535import org .jetbrains .annotations .NotNull ;
36- import org .jspecify .annotations .Nullable ;
36+ import org .jetbrains .annotations .Nullable ;
3737
3838class GoogleJavaFormatConfigurable extends BaseConfigurable implements SearchableConfigurable {
3939
Original file line number Diff line number Diff line change 2222import com .intellij .openapi .components .Storage ;
2323import com .intellij .openapi .project .Project ;
2424import org .jetbrains .annotations .NotNull ;
25- import org .jspecify .annotations .Nullable ;
25+ import org .jetbrains .annotations .Nullable ;
2626
2727@ State (
2828 name = "GoogleJavaFormatSettings" ,
Original file line number Diff line number Diff line change 3535 ]]> </description >
3636 <change-notes ><![CDATA[
3737 <dl>
38+ <dt>1.20.0.0</dt>
39+ <dd>Updated to use google-java-format 1.20.0.</dd>
3840 <dt>1.19.2.0</dt>
3941 <dd>Updated to use google-java-format 1.19.2.</dd>
4042 <dt>1.17.0.0</dt>
You can’t perform that action at this time.
0 commit comments