mirror of
https://github.com/AdrianKuta/Tree-Data-Structure.git
synced 2025-11-02 01:43:40 +01:00
- Upgraded Kotlin from 1.7.20 to 1.9.20. - Upgraded JDK from 11 to 21 across all GitHub Actions workflows. - Replaced the legacy `maven-publish` plugin with `com.vanniktech.maven.publish` for simplified publishing to Maven Central. - Removed the `publishSnapshot.yml` workflow, as snapshot publishing is now managed by the new plugin. - Updated `publishRelease.yml` to use the `publishToMavenCentral` task and new secrets (`MAVEN_CENTRAL_USERNAME`, `MAVEN_CENTRAL_PASSWORD`). - Simplified `build.gradle.kts` by removing manual publishing and signing logic. - Set the JVM target to "21". - Bumped the project version to `3.1.1`. - Removed `js` targets and related configurations. - Added a new code style configuration file for the project (`.idea/codeStyles/Project.xml`).
45 lines
2.1 KiB
XML
45 lines
2.1 KiB
XML
<component name="ProjectCodeStyleConfiguration">
|
|
<code_scheme name="Project" version="173">
|
|
<JavaCodeStyleSettings>
|
|
<option name="IMPORT_LAYOUT_TABLE">
|
|
<value>
|
|
<package name="" withSubpackages="true" static="false" module="true" />
|
|
<package name="android" withSubpackages="true" static="true" />
|
|
<package name="androidx" withSubpackages="true" static="true" />
|
|
<package name="com" withSubpackages="true" static="true" />
|
|
<package name="junit" withSubpackages="true" static="true" />
|
|
<package name="net" withSubpackages="true" static="true" />
|
|
<package name="org" withSubpackages="true" static="true" />
|
|
<package name="java" withSubpackages="true" static="true" />
|
|
<package name="javax" withSubpackages="true" static="true" />
|
|
<package name="" withSubpackages="true" static="true" />
|
|
<emptyLine />
|
|
<package name="android" withSubpackages="true" static="false" />
|
|
<emptyLine />
|
|
<package name="androidx" withSubpackages="true" static="false" />
|
|
<emptyLine />
|
|
<package name="com" withSubpackages="true" static="false" />
|
|
<emptyLine />
|
|
<package name="junit" withSubpackages="true" static="false" />
|
|
<emptyLine />
|
|
<package name="net" withSubpackages="true" static="false" />
|
|
<emptyLine />
|
|
<package name="org" withSubpackages="true" static="false" />
|
|
<emptyLine />
|
|
<package name="java" withSubpackages="true" static="false" />
|
|
<emptyLine />
|
|
<package name="javax" withSubpackages="true" static="false" />
|
|
<emptyLine />
|
|
<package name="" withSubpackages="true" static="false" />
|
|
<emptyLine />
|
|
</value>
|
|
</option>
|
|
</JavaCodeStyleSettings>
|
|
<JetCodeStyleSettings>
|
|
<option name="CODE_STYLE_DEFAULTS" value="KOTLIN_OFFICIAL" />
|
|
</JetCodeStyleSettings>
|
|
<codeStyleSettings language="kotlin">
|
|
<option name="CODE_STYLE_DEFAULTS" value="KOTLIN_OFFICIAL" />
|
|
</codeStyleSettings>
|
|
</code_scheme>
|
|
</component> |