Tags
Creators
Details
v1.2.2
Compatibility
Changes
About exactly a year ago, the first release of NoSession came out. We are now pleased to announce NoSession v1.2.2.
What's Changed
- Patch bug when there is space in path name by @pandaninjas in https://github.com/thefightagainstmalware/NoSession/pull/19
- Validate Gradle wrapper by @pandaninjas in https://github.com/thefightagainstmalware/NoSession/pull/21
Full Changelog: https://github.com/thefightagainstmalware/NoSession/compare/v1.2.1...v1.2.2
PGP Signature
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEpt9vkSUWC77MrxxdZ+atVJFwjvQFAmWKDXQACgkQZ+atVJFw
jvTZpA//XV9WS/ApxOT0nReWTp4vwExnoMTthOz0rpMu9q47UIZbPxcTE+1l4Ebr
8nK89zQeN7T8/mQnLOBPlg84T0gLdIwAM04rYYDtZDuqzxBVHCwc7JLO+XUV2lui
Soon9sl7vjb+XBsCtmuTBz9KRNwlDNLNyZwEvKZmNBwKuLf6eIZVQMyVTKx8S1BQ
stAkXILyUkbkwCQ6Jnlj5xkYq2HVA8V2EO5E4srRAjAtm1ZG2LnLSHKZqZZntU0j
83sjjCcBicgCRRmkoUkrlCruWOe/nk98r1wTOdV+AlSCqDa6/kLcKwP/on046wv9
QM3FETXU7aPuw5RjGF6ZzvBF623z8bZtgowo4bP2rrr2dJ36NE35y2d7E8MvreWu
nhbWW/MxIXlTX7tBlFxKai23ehhQWr3N4V0+RFESCwb0edVC5MVeTSO5ZMMbb9Qy
1vcnurN8+k/ZBE3mX1nQHYCPl+nPrDpjWep9P0cq4MAWtB1Ej/FpDc/91gsrx+bM
DyoTkiszrpFVrLYBm/8elHjKyMKpkY4efZXiXognVHfRpcBvFaAoqOdpl2/EkYNI
rLqnaPq6zyl9xX+E1vbRkwyLgns91UxBXcuw+BKTVAMqPkuv4omWX8/e0CKHnB4H
7zj6WxMu85EwikeHbyK7Yp2ShDUFweAVBeY3Llhq0XHeGefjbFY=
=308x
-----END PGP SIGNATURE-----
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:Wyj4Bgod:Mx82KiBo"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Wyj4Bgod:Mx82KiBo"
}

