Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
GingerSoftLANInterconnection
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王宇航
GingerSoftLANInterconnection
Commits
55a101fd
Commit
55a101fd
authored
May 24, 2024
by
王宇航
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
試試能否解決上傳jitpack報錯問題
parent
3e661314
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
7 deletions
+10
-7
app/build.gradle.kts
+3
-3
jitpack.yml
+3
-0
mylibrary/build.gradle.kts
+4
-4
No files found.
app/build.gradle.kts
View file @
55a101fd
...
@@ -27,11 +27,11 @@ android {
...
@@ -27,11 +27,11 @@ android {
}
}
}
}
compileOptions {
compileOptions {
sourceCompatibility = JavaVersion.VERSION_1
_8
sourceCompatibility = JavaVersion.VERSION_1
7
targetCompatibility = JavaVersion.VERSION_1
_8
targetCompatibility = JavaVersion.VERSION_1
7
}
}
kotlinOptions {
kotlinOptions {
jvmTarget = "1
.8
"
jvmTarget = "1
7
"
}
}
}
}
...
...
jitpack.yml
0 → 100644
View file @
55a101fd
jdk
:
-
openjdk17
\ No newline at end of file
mylibrary/build.gradle.kts
View file @
55a101fd
...
@@ -25,11 +25,11 @@ android {
...
@@ -25,11 +25,11 @@ android {
}
}
}
}
compileOptions {
compileOptions {
sourceCompatibility = JavaVersion.VERSION_1
1
sourceCompatibility = JavaVersion.VERSION_1
7
targetCompatibility = JavaVersion.VERSION_1
1
targetCompatibility = JavaVersion.VERSION_1
7
}
}
kotlinOptions {
kotlinOptions {
jvmTarget = "1
1
"
jvmTarget = "1
7
"
}
}
}
}
...
@@ -55,7 +55,7 @@ afterEvaluate {
...
@@ -55,7 +55,7 @@ afterEvaluate {
groupId = "com.gingersoft.connect"
groupId = "com.gingersoft.connect"
artifactId = "Connect"
artifactId = "Connect"
version = "1.
0
.0"
version = "1.
3
.0"
// 添加 POM 配置
// 添加 POM 配置
// pom {
// pom {
// name.set("GingerSoftConnect")
// name.set("GingerSoftConnect")
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment