fix(fixes): more fixes
This commit is contained in:
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@@ -31,6 +31,9 @@ jobs:
|
||||
- name: Setup Gradle
|
||||
uses: gradle/actions/setup-gradle@v3
|
||||
|
||||
- name: Build project
|
||||
run: ./gradlew build
|
||||
|
||||
- name: Build native binary
|
||||
run: ./gradlew nativeCompile
|
||||
|
||||
|
||||
2
.gitignore
vendored
2
.gitignore
vendored
@@ -28,4 +28,4 @@ Thumbs.db
|
||||
|
||||
# Other
|
||||
*.hprof
|
||||
.notevc/
|
||||
**/.notevc/
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"version": "1.0.0",
|
||||
"created": "2025-11-07T02:45:31.185947Z",
|
||||
"head": "faa8ece0",
|
||||
"head": "1052853b",
|
||||
"lastCommit": {
|
||||
"hash": "faa8ece0",
|
||||
"message": "Updated readme",
|
||||
"timestamp": "2025-11-07T19:12:43.784310Z",
|
||||
"hash": "1052853b",
|
||||
"message": "docs(readme): updated readme",
|
||||
"timestamp": "2025-11-10T20:26:39.277835Z",
|
||||
"author": "darwin"
|
||||
}
|
||||
}
|
||||
@@ -1,4 +1,11 @@
|
||||
[
|
||||
{
|
||||
"hash": "1052853b",
|
||||
"message": "docs(readme): updated readme",
|
||||
"timestamp": "2025-11-10T20:26:39.277835Z",
|
||||
"author": "darwin",
|
||||
"parent": "faa8ece0"
|
||||
},
|
||||
{
|
||||
"hash": "faa8ece0",
|
||||
"message": "Updated readme",
|
||||
|
||||
@@ -6,7 +6,7 @@ plugins {
|
||||
application
|
||||
id("com.github.gmazzo.buildconfig") version "4.1.2"
|
||||
id("com.gradleup.shadow") version "9.2.2"
|
||||
id("org.graalvm.buildtools.native") version "0.10.3"
|
||||
id("org.graalvm.buildtools.native") version "0.10.4"
|
||||
}
|
||||
|
||||
group = "io.notevc"
|
||||
@@ -69,11 +69,6 @@ tasks.withType<Test> {
|
||||
useJUnitPlatform()
|
||||
}
|
||||
|
||||
// Remove this line - let GraalVM use the default classpath
|
||||
// tasks.nativeCompile {
|
||||
// dependsOn(tasks.shadowJar)
|
||||
// }
|
||||
|
||||
tasks.build {
|
||||
dependsOn(tasks.shadowJar)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user