Skip to content

Commit 36abb0a

Browse files
committed
make maven central rules
1 parent 51fa9a3 commit 36abb0a

File tree

17 files changed

+7
-2
lines changed

17 files changed

+7
-2
lines changed

les/build.gradle

+3
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
1111
* specific language governing permissions and limitations under the License.
1212
*/
13+
14+
description = "DevP2P LES subprotocol"
15+
1316
dependencies {
1417
implementation project(':bytes')
1518
implementation project(':concurrent')

rlpx/build.gradle

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
1111
* specific language governing permissions and limitations under the License.
1212
*/
13+
description = "RLPx Peer-to-Peer Service"
14+
1315
dependencies {
1416
implementation project(':crypto')
1517
implementation project(':bytes')

settings.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ include 'scuttlebutt-handshake'
6464
include 'scuttlebutt-rpc'
6565
include 'scuttlebutt-client-lib'
6666
include 'ssz'
67-
include 'stratum:server'
68-
include 'stratum:proxy'
67+
include 'stratum-server'
68+
include 'stratum-proxy'
6969
include 'toml'
7070
include 'units'
7171
include 'wallet'
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)