Skip to content

Commit

Permalink
fix refresh_token
Browse files Browse the repository at this point in the history
  • Loading branch information
fuqiuluo committed Jul 2, 2023
1 parent 9b2a577 commit 9e3fcf2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,16 @@ application {
mainClass.set("MainKt")
}

distributions {
main {
contents {
from(".") {
include("txlib/**")
}
}
}
}

distributions {
main {
contents {
Expand Down
2 changes: 1 addition & 1 deletion gradlew
Original file line number Diff line number Diff line change
Expand Up @@ -231,4 +231,4 @@ eval "set -- $(
tr '\n' ' '
)" '"$@"'

exec "$JAVACMD" "$@"
exec "$JAVACMD" "$@"

0 comments on commit 9e3fcf2

Please sign in to comment.