Skip to content

Commit c6b6ef6

Browse files
authored
Merge pull request #46 from SpringKill-team/dev
Dev
2 parents f774172 + a0b6571 commit c6b6ef6

File tree

96 files changed

+1687
-1731
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

96 files changed

+1687
-1731
lines changed

.github/workflows/Test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
env:
3838
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3939
with:
40-
upload_url: https://uploads.github.com/repos/SpringKill-team/SecurityInspector/releases/181666135/assets?name=SecurityInspector-Preview-v1.0.jar
40+
upload_url: https://uploads.github.com/repos/SpringKill-team/CodeAuditAssistant/releases/181666135/assets?name=SecurityInspector-Preview-v1.0.jar
4141
asset_path: ./build/libs/SecurityInspector-${{ github.event.inputs.release_tag }}.jar
4242
asset_name: SecurityInspector-${{ github.event.inputs.release_tag }}.jar
4343
asset_content_type: application/java-archive

.github/workflows/checkCommit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Upload a Build Artifact
3737
uses: actions/upload-artifact@v4.4.3
3838
with:
39-
name: SecurityInspector
39+
name: CodeAuditAssistant
4040
path: ./build/libs/
4141
compression-level: 0
4242

.github/workflows/gradle-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,6 @@ jobs:
9191
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9292
with:
9393
upload_url: ${{ github.event.release.upload_url }}
94-
asset_path: ./build/libs/SecurityInspector-${{ github.event.release.tag_name }}.jar
94+
asset_path: ./build/libs/CodeAuditAssistant-${{ github.event.release.tag_name }}.jar
9595
asset_name: SecurityInspector-${{ github.event.release.tag_name }}.jar
9696
asset_content_type: application/java-archive

.idea/.name

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/kotlinc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 130 additions & 40 deletions

build.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
plugins {
22
id("java")
3-
id("org.jetbrains.kotlin.jvm") version "1.9.25"
3+
id("org.jetbrains.kotlin.jvm") version "1.8.20"
44
id("org.jetbrains.intellij") version "1.17.4"
55
id("com.github.johnrengelman.shadow") version "8.1.1"
66
}
77

88
group = "com.skgroup"
9-
version = "1.0.1"
9+
version = "1.0.0"
1010

1111
repositories {
1212
mavenCentral()
@@ -23,8 +23,8 @@ dependencies {
2323
// Configure Gradle IntelliJ Plugin
2424
// Read more: https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html
2525
intellij {
26-
version.set("2024.3")
27-
type.set("IU") // Target IDE Platform
26+
version.set("2022.3")
27+
type.set("IC") // Target IDE Platform
2828

2929

3030
plugins.set(listOf("Git4Idea", "java"))

img/image-20241024151504996.png

-115 KB
Binary file not shown.

img/image-20241024152004081.png

-32 KB
Binary file not shown.

img/image-20241024152034639.png

-240 KB
Binary file not shown.

0 commit comments

Comments
 (0)