Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: hjcenry/lua-java-battle
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: release-1.0
Choose a base ref
...
head repository: hjcenry/lua-java-battle
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Aug 30, 2022

  1. 修复Maven发布配置错误

    hjcenry committed Aug 30, 2022
    Copy the full SHA
    0bf3cce View commit details
  2. README.md

    hjcenry committed Aug 30, 2022
    Copy the full SHA
    2578ccf View commit details
Showing with 5 additions and 7 deletions.
  1. +0 −2 README.md
  2. +5 −5 pom.xml
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -68,8 +68,6 @@ https://hjcenry.com/lua-java-battle/doc/
</dependency>
```

## 服务端

## 1. 指定Lua参数

```java
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -5,8 +5,8 @@
<modelVersion>4.0.0</modelVersion>

<name>lua-java-battle</name>
<description>Java To Lua battle framework based on LuaJ
</description>
<description>Java To Lua battle framework based on LuaJ</description>
<url>https://github.com/hjcenry/lua-java-battle</url>

<groupId>io.github.hjcenry</groupId>
<artifactId>lua-java-battle</artifactId>
@@ -33,9 +33,9 @@
</developers>

<scm>
<url>https://github.com/hjcenry/lua-java-battle.git</url>
<connection>https://github.com/hjcenry/lua-java-battle.git</connection>
<developerConnection>https://github.com/hjcenry/lua-java-battle.git</developerConnection>
<url>https://github.com/hjcenry/lua-java-battle</url>
<connection>scm:git:git://github.com/hjcenry/lua-java-battle.git</connection>
<developerConnection>scm:git:ssh://github.com/hjcenry/lua-java-battle.git</developerConnection>
</scm>

<dependencies>